Return true if the specified value is equal to a fallback enumerator, and false otherwise.
Synopsis
Declared in <bdlat_enumfunctions.h>
template<class TYPE>
bool
isFallback(TYPE const& value);
Return Value
true if value is equal to a fallback enumerator, and false otherwise
Parameters
Name |
Description |
value |
enumeration value to compare with the fallback enumerator |
Created with MrDocs