[#BloombergLP-bdlar-ManipulatorVtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::ManipulatorVtableUtil :relfileprefix: ../../ :mrdocs: Utility for constructing `ManipulatorVtable` and `ManipulatorWithInfoVtable` objects with function pointers that implement type‐category manipulators. == Synopsis Declared in `<bdlar_manipulatorvtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ManipulatorVtableUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ManipulatorVtableUtil/getVtable.adoc[`getVtable`] | Construct and return a `ManipulatorVtable` object with a series of function pointers that implement the manipulators. | xref:BloombergLP/bdlar/ManipulatorVtableUtil/getWithInfoVtable.adoc[`getWithInfoVtable`] | Construct and return a `ManipulatorWithInfoVtable` object with a series of function pointers that implement the manipulators. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#