Apply visitor to the held value and return RET_TYPE.
Declared in <bdlb_variant.h>
template<
class RET_TYPE,
class VISITOR>
RET_TYPE
applyRaw(VISITOR& visitor) const;
The behavior is undefined if this variant is unset.
result of invoking visitor on the active alternative
| Name | Description |
|---|---|
| visitor | callable applied to the active alternative |