bdlat_enumIsFallback overloads

Synopses

Declared in <bdlar_enumref.h>

Return true if the specified value is equal to a fallback enumerator, and false otherwise.

bool
bdlat_enumIsFallback(EnumConstRef const& value);

Return true if the specified value is a fallback enumerator.

bool
bdlat_enumIsFallback(EnumRef const& value);

Return Value

true if value is a fallback enumerator, and false otherwise

Parameters

Name

Description

value

const enumeration reference to query

Created with MrDocs