Create a ManipulatorWithInfoRef object that type erases the supplied manipulator.
Declared in <bdlar_manipulatorref.h>
template<class t_MANIPULATOR>
explicit
ManipulatorWithInfoRef(t_MANIPULATOR& manipulator);
| Name | Description |
|---|---|
| manipulator | manipulator functor to wrap |