makeSelection overloads
Declared in <bdlar_choiceref.h>
Set the value to the default for the selection indicated by selectionId.
int
makeSelection(int selectionId) const;
» more...
Set the value to the default for the selection indicated by name.
int
makeSelection(
char const* selectionName,
int selectionNameLength) const;
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| selectionId | id of the selection to make current |
| selectionName | name of the selection to make current |
| selectionNameLength | length of selectionName |