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

Name

Description

true_type

Metafunction representing the boolean constant true.

Created with MrDocs