BloombergLP::bslalg::TypeTraitPair::NestedTraitDeclaration

This class template ties the bslalg::TypeTraitPair trait tag to the bslmf::IsPair trait metafunction.

Synopsis

Declared in <bslalg_typetraitpair.h>

template<class TYPE>
struct NestedTraitDeclaration
    : bslmf::NestedTraitDeclaration<TYPE, IsPair>

Base Classes

NameDescription
bslmf::NestedTraitDeclaration<TYPE, IsPair>Empty type used as the conversion target for nested trait declarations.

Type Aliases

NameDescription
Type This typedef is an alias to NestedTraitDeclaration.