This template variable represents the result value of the bsl::is_same meta-function.
bsl::is_same
Declared in <bslmf_issame.h>
<bslmf_issame.h>
template< class t_TYPE1, class t_TYPE2> inline constexpr bool is_same_v = is_same<t_TYPE1, t_TYPE2>::value;