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 | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |
| Name |
|---|
IsArray<bdlar::ArrayConstRef> |
IsArray<bdlar::ArrayRef> |
IsArray<bsl::vector<TYPE, ALLOC>> |
| Name | Description |
|---|---|
IsArray | Metafunction indicating whether the specified type is a bdlat array. |