Array of function pointers, indexed by alternative index, each invoking the visitor on the corresponding alternative.

Synopsis

Declared in <bslstl_variant.h>

inline constexpr static
FuncPtr s_map[] = {
        &(Variant_Function<t_RET, t_VISITOR, t_VARIANT, t_INDICES>::
              functionImpl)...};

Created with MrDocs