Searched defs:is_error_code_available (Results 1 – 1 of 1) sorted by relevance
113 template <class T> struct is_error_code_available struct115 static constexpr bool value = detail::_is_error_code_available<std::decay_t<T>>::value;116 using type = typename detail::_is_error_code_available<std::decay_t<T>>::type;