[#BloombergLP-bdlar-ManipulatorRef-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/ManipulatorRef.adoc[ManipulatorRef]::operator() :relfileprefix: ../../../ :mrdocs: Invoke the wrapped manipulator on the specified `value`. == Synopsis Declared in `<bdlar_manipulatorref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> int operator()(t_TYPE* value) const; ---- == Return Value value from the invocation of the wrapped manipulator == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to pass to the wrapped manipulator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#