Helper function to destroy an implementation.
| 340 | |
| 341 | // Helper function to destroy an implementation. |
| 342 | void destroy() noexcept |
| 343 | { |
| 344 | if (impl_) |
| 345 | impl_->destroy(); |
| 346 | } |
| 347 | |
| 348 | impl_base* impl_; |
| 349 | #endif // !defined(GENERATING_DOCUMENTATION) |
no outgoing calls
no test coverage detected