Invoke the specified manipulator on the value held by this object.
Declared in <bdlar_simpletyperef.h>
template<class t_MANIPULATOR>
int
manipulate(t_MANIPULATOR& manipulator) const;
The supplied manipulator must be an object callable with a value of any simple type as if it had the following signature: ` int manipulator(VALUE *value); ` Return the value from the invocation of manipulator.
value from the invocation of manipulator
| Name | Description |
|---|---|
| manipulator | callable invoked on the held value |