Invoke the wrapped visitor with the specified argument.
Synopsis
Declared in <bdlb_variant.h>
template<class ARGUMENT_TYPE>
RESULT_TYPE
operator()(ARGUMENT_TYPE& argument);
Description
Invoke the wrapped visitor with the specified modifiable argument.
Return Value
result of invoking the wrapped visitor
Parameters
Name |
Description |
argument |
value passed to the wrapped visitor |
Created with MrDocs