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