[#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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#