Default customization-point implementation of manipulateSelection.
Declared in <bdlat_choicefunctions.h>
template<
class TYPE,
class MANIPULATOR>
int
bdlat_choiceManipulateSelection(
TYPE* object,
MANIPULATOR& manipulator);
result of invoking manipulator
| Name | Description |
|---|---|
| object | choice object whose selection is manipulated |
| manipulator | functor applied to the active selection |