Default customization-point implementation of makeSelection by name.
Declared in <bdlat_choicefunctions.h>
template<class TYPE>
int
bdlat_choiceMakeSelection(
TYPE* object,
char const* selectionName,
int selectionNameLength);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | choice object to modify |
| selectionName | name of the selection to activate |
| selectionNameLength | length of selectionName |