Quick Links:

bal | bbl | bdl | bsl

Namespaces | Typedefs

Component bslalg_typetraitpair
[Package bslalg]

Provide a trait to mark classes as similar to std::pair. More...

Namespaces

namespace  bslalg

Typedefs

typedef bslalg::TypeTraitPair bslalg_TypeTraitPair

Detailed Description

Outline
Purpose:
Provide a trait to mark classes as similar to std::pair.
Deprecated:
Use bslmf_ispair instead.
Classes:
bslalg::TypeTraitPair for std::pair-like classes
See also:
Component bslalg_typetraits
Description:
This component provides a single traits class, bslalg::TypeTraitPair, which allows the trait bslmf::IsPair to be declared using the (deprecated) BSLALG_DECLARE_NESTED_TRAITS macro. See the bslmf_ispair component for details of this trait.
Usage:
No Usage example is provided since this component is deprecated.

Typedef Documentation