Invoke the specified visitor on alternative t_INDEX of variant.
Declared in <bslstl_variant.h>
static
void
functionImpl(
t_VISITOR&& visitor,
t_VARIANT&& variant);
| Name | Description |
|---|---|
| visitor | callable to invoke on the active alternative |
| variant | variant whose active alternative is visited |