Apply a const visitor to the held alternative without checks.
Synopsis
Declared in <bdlb_variant.h>
template<
class RET_TYPE,
class VISITOR>
RET_TYPE
applyRaw(VISITOR const& visitor);
Description
Same as the preceding overload, but for a const visitor.
Return Value
result of invoking visitor on the active alternative
Parameters
Name |
Description |
visitor |
callable applied to the active alternative |
Created with MrDocs