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