Construct and return a ManipulatorVtable object with a series of function pointers that implement the manipulators.
Synopsis
Declared in <bdlar_manipulatorvtableutil.h>
template<class t_MANIPULATOR>
static
ManipulatorVtable const*
getVtable();
Return Value
pointer to the manipulator vtable for t_MANIPULATOR
Created with MrDocs