Return true if the specified value has a fallback enumerator, and false otherwise.
Synopsis
Declared in <bdlar_enumref.h>
bool
bdlat_enumHasFallback(EnumConstRef 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