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

Trait indicating that bsl::vector<char> is a bdlat simple type.

Synopsis

Declared in <bdlar_typecategory.h>

template<>
struct IsSimple<bsl::vector<char>>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.