BloombergLP::bdlar::ChoiceRef::makeSelection

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;
» more...

Set the value to the default for the selection indicated by name.

int
makeSelection(
    char const* selectionName,
    int selectionNameLength) const;
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
selectionIdid of the selection to make current
selectionNamename of the selection to make current
selectionNameLengthlength of selectionName