bsl::is_bounded_array<t_TYPE[]>

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>

template<
    class t_TYPE,
    std::size_t t_NUM_ELEMENTS>
struct is_bounded_array<t_TYPE[]>
    : true_type

Base Classes

NameDescription
true_typeMetafunction representing the boolean constant true.