[#bsl-is_same_v] = xref:bsl.adoc[bsl]::is_same_v :relfileprefix: ../ :mrdocs: This template variable represents the result value of the `bsl::is_same` meta‐function. == Synopsis Declared in `<bslmf_issame.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE1, class t_TYPE2> inline constexpr bool is_same_v = is_same<t_TYPE1, t_TYPE2>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#