[#BloombergLP-bdlat_EnumFunctions-bdlat_enumHasFallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_EnumFunctions.adoc[bdlat_EnumFunctions]::bdlat_enumHasFallback :relfileprefix: ../../ :mrdocs: Return `true` if the specified `value` supports a fallback enumerator, and `false` otherwise. The behavior is undefined if this default implementation of `bdlat_enumHasFallback` is instantiated with a template parameter `TYPE` such that `bdlat_HasFallbackEnumerator<TYPE>` is `false`. Note that this is a customization point function and should not be called directly by user code. Use `bdlat_EnumFunctions::hasFallback` instead. == Synopsis Declared in `<bdlat_enumfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool bdlat_enumHasFallback(TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#