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