boost::corosio::tcp_socket::is_open
Check if the socket is open.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
bool
is_open() const noexcept;
Return Value
true if the socket is open and ready for operations.
Created with MrDocs