MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / is_open

Function is_open

3rd/asio-1.24.0/include/asio/basic_socket.hpp:496–499  ·  view source on GitHub ↗

Determine whether the socket is open.

Source from the content-addressed store, hash-verified

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

Callers 2

connectFunction · 0.70
basic_socket.hppFile · 0.70

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected