boost::corosio::local_stream_acceptor::is_open arrow_upward boost::corosio::local_stream_acceptor::is_open Check if the acceptor has a native handle. Synopsis Declared in <boost/corosio/local_stream_acceptor.hpp> bool is_open() const noexcept; Description Returns true once open succeeds and until close is called. This does not indicate that listen has been invoked — an open‐but‐not‐listening acceptor will still report true. Created with MrDocs