[#bsl-is_same-05e] = xref:bsl.adoc[bsl]::xref:bsl/is_same-051.adoc[is_same]<t_TYPE, t_TYPE> :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/is_same-051.adoc[is_same]<t_TYPE, t_TYPE> : xref:bsl/true_type.adoc[true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#