This trait may be declared for "enumeration" types that have a fallback enumerator value. If this trait is declared to be true for the specified TYPE but the trait bdlat_IsBasicEnumeration has not previously been declared to be true for TYPE, the behavior is undefined.
Synopsis
Declared in <bdlat_typetraits.h>
template<class TYPE>
struct bdlat_HasFallbackEnumerator
: bslmf::DetectNestedTrait<TYPE, bdlat_HasFallbackEnumerator>::type
Base Classes
Name |
Description |
|
Created with MrDocs