BloombergLP::bslmf::IsPair

Metafunction that is false for all types except bsl::pair specializations.

Synopsis

Declared in <bslmf_ispair.h>

template<class t_TYPE>
struct IsPair
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.

Specializations

Name
IsPair<bsl::pair<T1, T2>>