Return true if the specified value supports a fallback enumerator, and false otherwise.
Declared in <bdlat_enumfunctions.h>
template<class TYPE>
bool
hasFallback(TYPE const& value);
true if value supports a fallback enumerator, and false otherwise
| Name | Description |
|---|---|
| value | enumeration value whose type is queried for fallback support |