[#BloombergLP-bdljsn-Json_VisitUtil-invokeVisitor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Json_VisitUtil.adoc[Json_VisitUtil]::invokeVisitor :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `invokeVisitor`. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VISITOR, class ARGUMENT> static decltype(auto) invokeVisitor( VISITOR const& visitor, ARGUMENT const& argument); ---- == Return Value the value returned by invoking `visitor` with `argument` == Parameters [cols="1,4"] |=== | Name| Description | *visitor* | callable to invoke | *argument* | value passed to `visitor` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#