[#BloombergLP-bdlat_ChoiceFunctions-bdlat_choiceManipulateSelection] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ChoiceFunctions.adoc[bdlat_ChoiceFunctions]::bdlat_choiceManipulateSelection :relfileprefix: ../../ :mrdocs: Default customization‐point implementation of `manipulateSelection`. == Synopsis Declared in `<bdlat_choicefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int bdlat_choiceManipulateSelection( TYPE* object, MANIPULATOR& manipulator); ---- == Return Value result of invoking `manipulator` == Parameters [cols="1,4"] |=== | Name| Description | *object* | choice object whose selection is manipulated | *manipulator* | functor applied to the active selection |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#