Invoke the functor supplied at construction with the specified argument, and return the result. Invoke the wrapped visitor with the specified modifiable argument.
Declared in <bdlb_variant.h>
template<class ARGUMENT_TYPE>
RESULT_TYPE
operator()(ARGUMENT_TYPE& argument);