Create a RawVisitorHelper functor that delegates to the specified visitor.

Synopsis

Declared in <bdlb_variant.h>

explicit
Variant_RawVisitorHelper(VISITOR* visitor);

Parameters

Name

Description

visitor

callable applied to the active alternative

Created with MrDocs