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