Metafunction that is false for all types except bsl::pair specializations.
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |
| Name | Description |
|---|---|
IsPair<bsl::pair<T1, T2>> | Trait indicating pair is a pair type. |