BloombergLP::bdlar::ManipulatorRef::operator()

Invoke the wrapped manipulator on the specified value.

Synopsis

Declared in <bdlar_manipulatorref.h>

template<class t_TYPE>
int
operator()(t_TYPE* value) const;

Return Value

value from the invocation of the wrapped manipulator

Parameters

NameDescription
valuevalue to pass to the wrapped manipulator