Determine whether the socket is open.
| 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 | /** |
no test coverage detected