BloombergLP::bslalg::TypeTraitHasPointerSemantics::NestedTraitDeclaration

This class template ties the bslalg::TypeTraitHasPointerSemantics trait tag to the bslmf::HasPointerSemantics trait metafunction.

Synopsis

Declared in <bslalg_typetraithaspointersemantics.h>

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

Base Classes

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

Type Aliases

NameDescription
Type This typedef is an alias to NestedTraitDeclaration.