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