Helper function to clone another implementation.
| 316 | |
| 317 | // Helper function to clone another implementation. |
| 318 | impl_base* clone() const ASIO_NOEXCEPT |
| 319 | { |
| 320 | return impl_ ? impl_->clone() : 0; |
| 321 | } |
| 322 | |
| 323 | // Helper function to destroy an implementation. |
| 324 | void destroy() ASIO_NOEXCEPT |