manipulate overloads
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;
» more...
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;
» more...
value from the invocation of manipulator
| Name | Description |
|---|---|
| manipulator | callable invoked on the held value |
| info | additional information passed to manipulator |