manipulate overloads

Synopses

Declared in <bdlar_simpletyperef.h>

Invoke the specified manipulator on the value held by this object.

template<class t_MANIPULATOR>
int
manipulate(t_MANIPULATOR& manipulator) const;

Invoke the specified manipulator on the value held by this object with the specified info.

template<
    class t_MANIPULATOR,
    class t_INFO>
int
manipulate(
    t_MANIPULATOR& manipulator,
    t_INFO const& info) const;

Return Value

value from the invocation of manipulator

Parameters

Name

Description

manipulator

callable invoked on the held value

info

additional information passed to manipulator

Created with MrDocs