[#bsl-is_unbounded_array-03] = xref:bsl.adoc[bsl]::xref:bsl/is_unbounded_array-00.adoc[is_unbounded_array]<t_TYPE[]> :relfileprefix: ../ :mrdocs: This specialization of `is_unbounded_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_unbounded_array-00.adoc[is_unbounded_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]#