Same as the overload taking a VISITOR pointer.
Synopsis
Declared in <bdljsn_json.h>
template<
class RETURN_TYPE,
class VISITOR,
class ARGUMENT>
static
RETURN_TYPE
invokeVisitor(
VISITOR const& visitor,
ARGUMENT const& argument);
Created with MrDocs