bdlat_choiceHasSelection overloads
Declared in <bdlat_choicefunctions.h>
Default customization-point implementation of hasSelection by id.
template<class TYPE>
bool
bdlat_choiceHasSelection(
TYPE const& object,
int selectionId);
» more...
Default customization-point implementation of hasSelection by name.
template<class TYPE>
bool
bdlat_choiceHasSelection(
TYPE const& object,
char const* selectionName,
int selectionNameLength);
» more...