Searched defs:get_if (Results 1 – 5 of 5) sorted by relevance
141 …s_status_code<StatusCode>::value, bool>::type = true> inline StatusCode *get_if(status_code<erased… in get_if() function155 …us_code<StatusCode>::value, bool>::type = true> inline const StatusCode *get_if(const status_code<… in get_if() function
232 auto get_if(variant<Us...>* v) { in get_if() function238 auto get_if(const variant<Us...>* v) { in get_if() function280 auto get_if(U* u) { in get_if() function286 auto get_if(const U* u) { in get_if() function
80 static auto get_if(Variant* v) noexcept { in get_if() function
42 typename int_type_of<T>::type get_if(T& t) in get_if() function
443 …typename std::add_pointer<variant_alternative_t<I, variant<T...>>>::type get_if(variant<T...>* v) … in get_if() function449 …me std::add_pointer<const variant_alternative_t<I, variant<T...>>>::type get_if(variant<T...> cons… in get_if() function455 template<class U, class... T> constexpr typename std::add_pointer<U>::type get_if(variant<T...>* v)… in get_if() function464 template<class U, class... T> constexpr typename std::add_pointer<U const>::type get_if(variant<T..… in get_if() function