bsl::is_same_v

This template variable represents the result value of the bsl::is_same meta-function.

Synopsis

Declared in <bslmf_issame.h>

template<
    class t_TYPE1,
    class t_TYPE2>
inline constexpr bool is_same_v = is_same<t_TYPE1, t_TYPE2>::value;