bsl::is_const<t_TYPE const>

This partial specialization of is_const, for when the (template parameter) t_TYPE is const-qualified, derives from bsl::true_type.

Synopsis

Declared in <bslmf_isconst.h>

template<class t_TYPE>
struct is_const<t_TYPE const>
    : true_type

Base Classes

NameDescription
true_typeMetafunction representing the boolean constant true.