[#BloombergLP-bdlat_ArrayFunctions-IsArray-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::IsArray :relfileprefix: ../../ :mrdocs: This `struct` should be specialized for third‐party types that are need to expose "array" behavior. See the component‐level documentation for further information. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct IsArray : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlat_ArrayFunctions/IsArray-0a.adoc[`IsArray<bdlar::ArrayConstRef>`] | xref:BloombergLP/bdlat_ArrayFunctions/IsArray-0e.adoc[`IsArray<bdlar::ArrayRef>`] | xref:BloombergLP/bdlat_ArrayFunctions/IsArray-0f.adoc[`IsArray<bsl::vector<TYPE, ALLOC>>`] |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/IsArray-08.adoc[`IsArray`] | Metafunction indicating whether the specified type is a `bdlat` array. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#