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

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Specializations

Name

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

Created with MrDocs