[#BloombergLP-bdlb-VariantImp-applyRaw-0c1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/VariantImp.adoc[VariantImp]::applyRaw :relfileprefix: ../../../ :mrdocs: Apply the specified `visitor` to this modifiable variant by passing the value this variant currently holds to the `visitor` object's `operator()`, and return the value (of template parameter `RET_TYPE`) returned by the `visitor`. The behavior is undefined if this variant is unset. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class RET_TYPE, class VISITOR> RET_TYPE applyRaw(VISITOR& visitor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#