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