[#BloombergLP-bdlar-ManipulatorRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::ManipulatorRef :relfileprefix: ../../ :mrdocs: Type‐erased reference to a `bdlat` manipulator. == Synopsis Declared in `<bdlar_manipulatorref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ManipulatorRef; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ManipulatorRef/2constructor.adoc[`ManipulatorRef`] [.small]#[constructor]# | Create a manipulator reference that forwards invocations to the specified `manipulator`. | xref:BloombergLP/bdlar/ManipulatorRef/operator_call.adoc[`operator()`] | Invoke the wrapped manipulator on the specified `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#