Trait indicating that bsl::vector<char> is not a bdlat array type (it is treated as a simple type).
Declared in <bdlar_typecategory.h>
template<>
struct IsArray<bsl::vector<char>>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |