Public Types | List of all members
absl::variant_internal::VisitIndicesResultImpl< Op, Vs > Struct Template Reference

#include <variant.h>

Public Types

using type = absl::result_of_t< Op(AlwaysZero< Vs >...)>
 

Detailed Description

template<class Op, class... Vs>
struct absl::variant_internal::VisitIndicesResultImpl< Op, Vs >

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

Member Typedef Documentation

template<class Op , class... Vs>
using absl::variant_internal::VisitIndicesResultImpl< Op, Vs >::type = absl::result_of_t<Op(AlwaysZero<Vs>...)>

Definition at line 200 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