Invoke the wrapped visitor with the specified argument.
Synopsis
Declared in <bdlb_variant.h>
template<class ARGUMENT_TYPE>
RESULT_TYPE
operator()(ARGUMENT_TYPE const& argument);
Created with MrDocs
Invoke the wrapped visitor with the specified argument.
Declared in <bdlb_variant.h>
template<class ARGUMENT_TYPE>
RESULT_TYPE
operator()(ARGUMENT_TYPE const& argument);
Created with MrDocs