Default customization-point implementation of hasSelection by name.
Declared in <bdlat_choicefunctions.h>
template<class TYPE>
bool
bdlat_choiceHasSelection(
TYPE const& object,
char const* selectionName,
int selectionNameLength);
true if object has the named selection, and false otherwise
| Name | Description |
|---|---|
| object | choice object to query |
| selectionName | name of the selection to look up |
| selectionNameLength | length of selectionName |