ゴミ箱
|
#include <boost/beast/config.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::beast | |
Typedefs | |
using | boost::beast::error_code = boost::system::error_code |
The type of error code used by the library. More... | |
using | boost::beast::system_error = boost::system::system_error |
The type of system error thrown by the library. More... | |
using | boost::beast::error_category = boost::system::error_category |
The type of error category used by the library. More... | |
using | boost::beast::error_condition = boost::system::error_condition |
The type of error condition used by the library. More... | |