Array of function pointers, indexed by alternative index, each invoking the visitor with an index tag and the corresponding alternative.

Synopsis

Declared in <bslstl_variant.h>

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

Created with MrDocs