Specialization of IsArray for bsl::vector.
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class ALLOC>
struct IsArray<bsl::vector<TYPE, ALLOC>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |