BloombergLP::bdlar::ManipulatorWithInfoRef::operator()

Invoke the type-erased manipulator on the specified value, supplying it with the specified info.

Synopsis

Declared in <bdlar_manipulatorref.h>

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

NameDescription
valuevalue to pass to the wrapped manipulator
infofield information to pass to the wrapped manipulator