makeSelection overloads

Synopses

Declared in <bdlar_choiceref.h>

Set the value to be the default for the selection indicated by the specified selectionId. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found).

int
makeSelection(int selectionId) const;

Set the value to be the default for the selection indicated by the specified selectionName of the specified selectionNameLength. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found).

int
makeSelection(
    char const* selectionName,
    int selectionNameLength) const;

Created with MrDocs