Specialization of ElementType for bsl::vector.

Synopsis

Declared in <bdlat_arrayfunctions.h>

template<
    class TYPE,
    class ALLOC>
struct ElementType<bsl::vector<TYPE, ALLOC>>;

Type Aliases

Name

Description

Type

Element type stored in bsl::vector<TYPE, ALLOC>.

Created with MrDocs