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