hasSelection overloads

Synopses

Declared in <bdlar_choiceref.h>

Return true if the object has a selection with the specified selectionId, and false otherwise.

bool
hasSelection(int selectionId) const;

Return true if the object has a selection with the specified selectionName of the specified selectionNameLength, and false otherwise.

bool
hasSelection(
    char const* selectionName,
    int selectionNameLength) const;

Return Value

true if the selection exists, and false otherwise

Parameters

Name

Description

selectionId

id of the selection to look up

selectionName

name of the selection to look up

selectionNameLength

length of selectionName

Created with MrDocs