Metafunction indicating whether the specified type is a bdlat array.
Declared in <bdlar_typecategory.h>
template<class t_TYPE>
struct IsArray
: BloombergLP::bdlat_ArrayFunctions::IsArray<t_TYPE>
| Name | Description |
|---|---|
BloombergLP::bdlat_ArrayFunctions::IsArray<t_TYPE> | This struct should be specialized for third-party types that are need to expose "array" behavior. See the component-level documentation for further information. |
| Name |
|---|
IsArray<bsl::vector<char>> |