#include <variant.h>
Static Public Member Functions | |
template<class Op , class... SizeT> | |
static VisitIndicesResultT< Op, SizeT...> | Run (Op &&op, SizeT...indices) |
Definition at line 421 of file internal/variant.h.
static VisitIndicesResultT<Op, SizeT...> absl::variant_internal::VisitIndicesFallback< EndIndices >::Run | ( | Op && | op, |
SizeT... | indices | ||
) | [inline, static] |
Definition at line 423 of file internal/variant.h.