Invoke the functor supplied at construction with the specified argument, and return the result. Invoke the wrapped visitor with the specified modifiable argument.

Synopsis

Declared in <bdlb_variant.h>

template<class ARGUMENT_TYPE>
RESULT_TYPE
operator()(ARGUMENT_TYPE& argument);

Created with MrDocs