[#bsl-is_array-0b] = xref:bsl.adoc[bsl]::xref:bsl/is_array-06.adoc[is_array]<t_TYPE[]> :relfileprefix: ../ :mrdocs: This specialization of `is_array`, for when the (template parameter) `t_TYPE` is an array type of unknown bound, derives from `bsl::true_type`. == Synopsis Declared in `<bslmf_isarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/is_array-06.adoc[is_array]<t_TYPE[]> : xref:bsl/true_type.adoc[true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#