boost::corosio::tcp_acceptor::is_open
Check if the acceptor is listening.
Synopsis
Declared in <boost/corosio/tcp_acceptor.hpp>
bool
is_open() const noexcept;
Return Value
true if the acceptor is open and listening.
Created with MrDocs