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