Public Types | List of all members
absl::variant_internal::IndexOfImpl< Expected > Struct Template Reference

#include <variant.h>

Public Types

using IndexFromEnd = SizeT< 0 >
 
using MatchedIndexFromEnd = IndexFromEnd
 
using MultipleMatches = std::false_type
 

Detailed Description

template<class Expected>
struct absl::variant_internal::IndexOfImpl< Expected >

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

Member Typedef Documentation

template<class Expected >
using absl::variant_internal::IndexOfImpl< Expected >::IndexFromEnd = SizeT<0>

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

template<class Expected >
using absl::variant_internal::IndexOfImpl< Expected >::MatchedIndexFromEnd = IndexFromEnd

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

template<class Expected >
using absl::variant_internal::IndexOfImpl< Expected >::MultipleMatches = std::false_type

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