bdlat_enumHasFallback overloads
Synopses
Declared in <bdlar_enumref.h>
Return true if the specified value has a fallback enumerator, and false otherwise.
bool
bdlat_enumHasFallback(EnumConstRef const& value);
Return true if the specified value supports a fallback enumerator, and false otherwise.
bool
bdlat_enumHasFallback(EnumRef const& value);
Return Value
true if a fallback enumerator is supported, and false otherwise
Parameters
Name |
Description |
value |
const enumeration reference to query |
Created with MrDocs