MCPcopy Create free account
hub / github.com/boostorg/asio / is_open

Function is_open

include/boost/asio/basic_socket.hpp:493–496  ·  view source on GitHub ↗

Determine whether the socket is open.

Source from the content-addressed store, hash-verified

491
492 /// Determine whether the socket is open.
493 bool is_open() const
494 {
495 return impl_.get_service().is_open(impl_.get_implementation());
496 }
497
498 /// Close the socket.
499 /**

Callers 2

connectFunction · 0.70
async_connectFunction · 0.70

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected