Searched defs:is_error_code_enum (Results 1 – 3 of 3) 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;
27 template <> struct is_error_code_enum<testing> : public std::true_type {}; struct