This specialization of is_array, for when the (template parameter) t_TYPE is an array type of known bound, derives from bsl::true_type.
Declared in <bslmf_isarray.h>
template<
class t_TYPE,
std::size_t t_NUM_ELEMENTS>
struct is_array<t_TYPE[]>
: true_type
| Name | Description |
|---|---|
true_type | Metafunction representing the boolean constant true. |