Make the selection identified by the specified selectionName of the specified selectionNameLength in the specified ref.
Declared in <bdlar_choiceref.h>
int
bdlat_choiceMakeSelection(
ChoiceRef* ref,
char const* selectionName,
int selectionNameLength);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| ref | choice reference to manipulate |
| selectionName | name of the selection to make current |
| selectionNameLength | length of selectionName |