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