[#BloombergLP-bdlb-Variant_RawVisitorHelper-operator_call-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Variant_RawVisitorHelper.adoc[Variant_RawVisitorHelper]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<bdlb_variant.h>` Do not call. The behavior of this method is undefined. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- RESULT_TYPE xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-0a.adoc[operator()](xref:BloombergLP/bslmf/Nil.adoc[bslmf::Nil]) const; ---- [.small]#xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-0a.adoc[_» more..._]# Invoke the functor supplied at construction with the specified `argument`, and return the result. Invoke the wrapped visitor with the specified modifiable `argument`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARGUMENT_TYPE> RESULT_TYPE xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-06e.adoc[operator()](ARGUMENT_TYPE& argument); ---- [.small]#xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-06e.adoc[_» more..._]# Invoke the functor supplied at construction with the specified `argument`, and return the result. Invoke the wrapped visitor with the specified modifiable `argument`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARGUMENT_TYPE> RESULT_TYPE xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-06d.adoc[operator()](ARGUMENT_TYPE& argument) const; ---- [.small]#xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-06d.adoc[_» more..._]# Invoke the wrapped visitor with the specified `argument`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARGUMENT_TYPE> RESULT_TYPE xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-0d.adoc[operator()](ARGUMENT_TYPE const& argument); ---- [.small]#xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-0d.adoc[_» more..._]# Invoke the wrapped visitor with the specified `argument`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARGUMENT_TYPE> RESULT_TYPE xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-07.adoc[operator()](ARGUMENT_TYPE const& argument) const; ---- [.small]#xref:BloombergLP/bdlb/Variant_RawVisitorHelper/operator_call-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#