[#BloombergLP-bdlar-IsArray-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::IsArray :relfileprefix: ../../ :mrdocs: Metafunction indicating whether the specified type is a `bdlat` array. == Synopsis Declared in `<bdlar_typecategory.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct IsArray : xref:BloombergLP/bdlat_ArrayFunctions/IsArray-09.adoc[BloombergLP::bdlat_ArrayFunctions::IsArray<t_TYPE>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlat_ArrayFunctions/IsArray-09.adoc[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. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlar/IsArray-00.adoc[`IsArray<bsl::vector<char>>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#