Public Member Functions
absl::variant_internal::IndexOfMeta< Expected, Types > Struct Template Reference

#include <variant.h>

List of all members.

Public Member Functions

 static_assert (!Results::MultipleMatches::value,"Attempted to access a variant by specifying a type that ""matches more than one alternative.")
 static_assert (Results::MatchedIndexFromEnd::value!=0,"Attempted to access a variant by specifying a type that does ""not match any alternative.")

Detailed Description

template<class Expected, class... Types>
struct absl::variant_internal::IndexOfMeta< Expected, Types >

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


Member Function Documentation

template<class Expected , class... Types>
absl::variant_internal::IndexOfMeta< Expected, Types >::static_assert ( !Results::MultipleMatches::value  ,
"Attempted to access a variant by specifying a type that ""matches more than one alternative."   
)
template<class Expected , class... Types>
absl::variant_internal::IndexOfMeta< Expected, Types >::static_assert ( Results::MatchedIndexFromEnd::value!  = 0,
"Attempted to access a variant by specifying a type that does ""not match any alternative."   
)

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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:17