bsl::is_same<t_TYPE, t_TYPE>

This partial specialization of is_same derives from bsl::true_type for when the (template parameter) types are the same.

Synopsis

Declared in <bslmf_issame.h>

template<class t_TYPE>
struct is_same<t_TYPE, t_TYPE>
    : true_type

Base Classes

NameDescription
true_typeMetafunction representing the boolean constant true.