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