bsl::is_array<t_TYPE[]>

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>

template<class t_TYPE>
struct is_array<t_TYPE[]>
    : true_type

Base Classes

NameDescription
true_typeMetafunction representing the boolean constant true.