#include <variant.h>
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.") | |
Definition at line 763 of file internal/variant.h.
| 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." | |||
| ) |
| 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." | |||
| ) |