Same as the related overload above for invokeVisitor.
Declared in <bdljsn_json.h>
template<
class VISITOR,
class ARGUMENT>
static
decltype(auto)
invokeVisitor(
VISITOR const& visitor,
ARGUMENT const& argument);
the value returned by invoking visitor with argument
| Name | Description |
|---|---|
| visitor | callable to invoke |
| argument | value passed to visitor |