Chops Net IP
|
Error codes, exception class, and error category within Chops net_ip
library.
More...
#include <stdexcept>
#include <system_error>
#include <string>
Go to the source code of this file.
Classes | |
struct | chops::net::detail::net_ip_err_category |
struct | std::is_error_code_enum< chops::net::net_ip_errc > |
class | chops::net::net_ip_exception |
General net_ip exception class. More... | |
Functions | |
const detail::net_ip_err_category & | chops::net::get_err_category () |
error_code | std::make_error_code (chops::net::net_ip_errc e) noexcept |
Error codes, exception class, and error category within Chops net_ip
library.
The error_code
customization is inspired by blog code from Andrzej Krzemienski and Bjorn Reese.
Copyright (c) 2017-2019 by Cliff Green
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)