[#BloombergLP-bslmf-IsPair-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::IsPair :relfileprefix: ../../ :mrdocs: Metafunction that is `false` for all types except `bsl::pair` specializations. == Synopsis Declared in `<bslmf_ispair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct IsPair : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslmf/IsPair-06.adoc[`IsPair<bsl::pair<T1, T2>>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#