ゴミ箱
|
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/asio/handler_alloc_hook.hpp>
#include <boost/asio/handler_continuation_hook.hpp>
#include <boost/asio/handler_invoke_hook.hpp>
#include <memory>
Classes | |
class | boost::beast::websocket::detail::teardown_tcp_op< Handler > |
Namespaces | |
boost | |
boost::beast | |
boost::beast::websocket | |
boost::beast::websocket::detail | |
Macros | |
#define | BOOST_BEAST_WEBSOCKET_IMPL_TEARDOWN_IPP |
Functions | |
void | boost::beast::websocket::teardown (role_type role, boost::asio::ip::tcp::socket &socket, error_code &ec) |
template<class TeardownHandler > | |
void | boost::beast::websocket::async_teardown (role_type role, boost::asio::ip::tcp::socket &socket, TeardownHandler &&handler) |
#define BOOST_BEAST_WEBSOCKET_IMPL_TEARDOWN_IPP |