Home
last modified time | relevance | path

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

/third_party/boost/boost/outcome/
Dtrait.hpp113 template <class T> struct is_error_code_available struct
115 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;