ゴミ箱
Namespaces | Functions
teardown.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/websocket/role.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <type_traits>
#include <boost/beast/websocket/impl/teardown.ipp>

Go to the source code of this file.

Namespaces

 boost
 
 boost::beast
 
 boost::beast::websocket
 

Functions

template<class Socket >
void boost::beast::websocket::teardown (role_type role, Socket &socket, error_code &ec)
 
template<class Socket , class TeardownHandler >
void boost::beast::websocket::async_teardown (role_type role, Socket &socket, TeardownHandler &&handler)
 
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)