[#BloombergLP-bdlb-Variant_RawVisitorHelper-operator_call-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Variant_RawVisitorHelper.adoc[Variant_RawVisitorHelper]::operator() :relfileprefix: ../../../ :mrdocs: Invoke the wrapped visitor with the specified `argument`. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARGUMENT_TYPE> RESULT_TYPE operator()(ARGUMENT_TYPE const& argument); ---- == Return Value result of invoking the wrapped visitor == Parameters [cols="1,4"] |=== | Name| Description | *argument* | value passed to the wrapped visitor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#