Public Types | Static Public Member Functions | List of all members
absl::variant_internal::MakeVisitationMatrixImpl< ReturnType, FunctionObject, index_sequence< EndIndices... >, index_sequence< CurrIndices... >, BoundIndices... > Struct Template Reference

#include <variant.h>

Public Types

using ResultType = SimpleArray< typename MakeVisitationMatrix< ReturnType, FunctionObject, index_sequence< EndIndices... >>::ResultType, sizeof...(CurrIndices)>
 

Static Public Member Functions

static constexpr ResultType Run ()
 

Detailed Description

template<class ReturnType, class FunctionObject, std::size_t... EndIndices, std::size_t... CurrIndices, std::size_t... BoundIndices>
struct absl::variant_internal::MakeVisitationMatrixImpl< ReturnType, FunctionObject, index_sequence< EndIndices... >, index_sequence< CurrIndices... >, BoundIndices... >

Definition at line 235 of file internal/variant.h.

Member Typedef Documentation

template<class ReturnType , class FunctionObject , std::size_t... EndIndices, std::size_t... CurrIndices, std::size_t... BoundIndices>
using absl::variant_internal::MakeVisitationMatrixImpl< ReturnType, FunctionObject, index_sequence< EndIndices... >, index_sequence< CurrIndices... >, BoundIndices... >::ResultType = SimpleArray< typename MakeVisitationMatrix<ReturnType, FunctionObject, index_sequence<EndIndices...>>::ResultType, sizeof...(CurrIndices)>

Definition at line 241 of file internal/variant.h.

Member Function Documentation

template<class ReturnType , class FunctionObject , std::size_t... EndIndices, std::size_t... CurrIndices, std::size_t... BoundIndices>
static constexpr ResultType absl::variant_internal::MakeVisitationMatrixImpl< ReturnType, FunctionObject, index_sequence< EndIndices... >, index_sequence< CurrIndices... >, BoundIndices... >::Run ( )
inlinestatic

Definition at line 243 of file internal/variant.h.


The documentation for this struct was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:20:00