Specialization of ElementType for bsl::vector.
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class ALLOC>
struct ElementType<bsl::vector<TYPE, ALLOC>>;
| Name | Description |
|---|---|
Type | Element type stored in bsl::vector<TYPE, ALLOC>. |