Invoke the wrapped manipulator on the specified value.
Synopsis
Declared in <bdlar_manipulatorref.h>
template<class t_TYPE>
int
operator()(t_TYPE* value) const;
Return Value
value from the invocation of the wrapped manipulator
Parameters
Name |
Description |
value |
value to pass to the wrapped manipulator |
Created with MrDocs