BloombergLP::bdlar::IsArray<bsl::vector<char>>

Trait indicating that bsl::vector<char> is not a bdlat array type (it is treated as a simple type).

Synopsis

Declared in <bdlar_typecategory.h>

template<>
struct IsArray<bsl::vector<char>>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.