This class template ties the bdlat_TypeTraitBasicEnumeration trait tag to the bdlat_IsBasicEnumeration trait metafunction.

Synopsis

Declared in <bdlat_typetraits.h>

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

Base Classes

Name

Description

bslmf::NestedTraitDeclaration<TYPE, bdlat_IsBasicEnumeration>

Empty type used as the conversion target for nested trait declarations.

Type Aliases

Name

Description

Type

This typedef is an alias to NestedTraitDeclaration.

Created with MrDocs