Searched defs:is_exception_ptr_available (Results 1 – 1 of 1) sorted by relevance
123 template <class T> struct is_exception_ptr_available struct125 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;