[#bsl-is_bounded_array-03] = xref:bsl.adoc[bsl]::xref:bsl/is_bounded_array-0c.adoc[is_bounded_array]<t_TYPE[]> :relfileprefix: ../ :mrdocs: This specialization of `is_bounded_array`, for when the (template parameter) `t_TYPE` is an array type of known bound, derives from `bsl::true_type`. == Synopsis Declared in `<bslmf_isarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE, std::size_t t_NUM_ELEMENTS> struct xref:bsl/is_bounded_array-0c.adoc[is_bounded_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]#