Searched defs:is_error_code_enum (Results 1 – 13 of 13) sorted by relevance
222 template<> struct is_error_code_enum<asio::error::basic_errors> struct224 static const bool value = true;227 template<> struct is_error_code_enum<asio::error::netdb_errors> struct229 static const bool value = true;232 template<> struct is_error_code_enum<asio::error::addrinfo_errors> struct234 static const bool value = true;237 template<> struct is_error_code_enum<asio::error::misc_errors> struct239 static const bool value = true;
39 struct is_error_code_enum<A> : public std::true_type {}; struct
31 struct is_error_code_enum<User::Err> : true_type {}; struct
29 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct
27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct
30 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum : public false_type {}; struct
6185 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
5667 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct
6335 struct is_error_code_enum<VULKAN_HPP_NAMESPACE::Result> : public true_type struct