Default customization‐point implementation of manipulateSelection.

Synopsis

Declared in <bdlat_choicefunctions.h>

template<
    class TYPE,
    class MANIPULATOR>
int
bdlat_choiceManipulateSelection(
    TYPE* object,
    MANIPULATOR& manipulator);

Return Value

result of invoking manipulator

Parameters

Name

Description

object

choice object whose selection is manipulated

manipulator

functor applied to the active selection

Created with MrDocs