[#BloombergLP-bdlat_EnumFunctions-isFallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_EnumFunctions.adoc[bdlat_EnumFunctions]::isFallback :relfileprefix: ../../ :mrdocs: Return `true` if the specified `value` is equal to a fallback enumerator, and `false` otherwise. == Synopsis Declared in `<bdlat_enumfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool isFallback(TYPE const& value); ---- == Return Value `true` if `value` is equal to a fallback enumerator, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | enumeration value to compare with the fallback enumerator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#