Searched defs:holds_alternative (Results 1 – 2 of 2) sorted by relevance
302 template<class U, class... T> constexpr bool holds_alternative( variant<T...> const& v ) noexcept in holds_alternative() function
6856 friend bool holds_alternative(const SampleVariantIntString& value) { in TEST() function