Home
last modified time | relevance | path

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

/third_party/boost/boost/outcome/
Dtrait.hpp123 template <class T> struct is_exception_ptr_available struct
125 static constexpr bool value = detail::_is_exception_ptr_available<std::decay_t<T>>::value;
126 using type = typename detail::_is_exception_ptr_available<std::decay_t<T>>::type;