BloombergLP::balb::Choice1::manipulateSelection

Invoke the specified manipulator on the address of the modifiable selection, supplying manipulator with the corresponding selection information structure.

Synopsis

Declared in <balb_testmessages.h>

template<class MANIPULATOR>
int
manipulateSelection(MANIPULATOR& manipulator);

Description

Return the value returned from the invocation of manipulator if this object has a defined selection, and -1 otherwise.

Return Value

value returned from the invocation of manipulator if this object has a defined selection, and -1 otherwise

Parameters

NameDescription
manipulatorfunctor invoked on the current selection