BloombergLP::bdlat_EnumFunctions::hasFallback

Return true if the specified value supports a fallback enumerator, and false otherwise.

Synopsis

Declared in <bdlat_enumfunctions.h>

template<class TYPE>
bool
hasFallback(TYPE const& value);

Return Value

true if value supports a fallback enumerator, and false otherwise

Parameters

NameDescription
valueenumeration value whose type is queried for fallback support