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.
Declared in <bslmf_isarray.h>
template<class t_TYPE>
struct is_unbounded_array<t_TYPE[]>
: true_type
| Name | Description |
|---|---|
true_type | Metafunction representing the boolean constant true. |