Array of function pointers, indexed by alternative index, each invoking the visitor on the corresponding alternative.
Declared in <bslstl_variant.h>
inline constexpr static
FuncPtr s_map[] = {
&(Variant_Function<t_RET, t_VISITOR, t_VARIANT, t_INDICES>::
functionImpl)...};