Home
last modified time | relevance | path

Searched defs:get_if (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/outcome/experimental/status-code/
Dstatus_code_ptr.hpp141 …s_status_code<StatusCode>::value, bool>::type = true> inline StatusCode *get_if(status_code<erased… in get_if() function
155 …us_code<StatusCode>::value, bool>::type = true> inline const StatusCode *get_if(const status_code<… in get_if() function
/third_party/boost/boost/histogram/axis/
Dvariant.hpp232 auto get_if(variant<Us...>* v) { in get_if() function
238 auto get_if(const variant<Us...>* v) { in get_if() function
280 auto get_if(U* u) { in get_if() function
286 auto get_if(const U* u) { in get_if() function
Dtraits.hpp80 static auto get_if(Variant* v) noexcept { in get_if() function
/third_party/boost/boost/iostreams/
Dchecked_operations.hpp42 typename int_type_of<T>::type get_if(T& t) in get_if() function
/third_party/boost/boost/variant2/
Dvariant.hpp443 …typename std::add_pointer<variant_alternative_t<I, variant<T...>>>::type get_if(variant<T...>* v) … in get_if() function
449 …me std::add_pointer<const variant_alternative_t<I, variant<T...>>>::type get_if(variant<T...> cons… in get_if() function
455 template<class U, class... T> constexpr typename std::add_pointer<U>::type get_if(variant<T...>* v)… in get_if() function
464 template<class U, class... T> constexpr typename std::add_pointer<U const>::type get_if(variant<T..… in get_if() function