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.hpp103 template <class T> struct _is_exception_ptr_available struct
105 static constexpr bool value = detail::introspect_make_exception_ptr<T>::value;
106 using type = typename detail::introspect_make_exception_ptr<T>::type;