makeSelection overloads
Declared in <bdlat_choicefunctions.h>
Set the value of the specified object to be the default for the selection indicated by the specified selectionId.
template<class TYPE>
int
makeSelection(
TYPE* object,
int selectionId);
» more...
Set the value of the specified object to be the default for the selection indicated by the specified selectionName of the specified selectionNameLength.
template<class TYPE>
int
makeSelection(
TYPE* object,
char const* selectionName,
int selectionNameLength);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | choice object to modify |
| selectionId | id of the selection to activate |
| selectionName | name of the selection to activate |
| selectionNameLength | length of selectionName |