MCPcopy Create free account
hub / github.com/boostorg/asio / destroy

Method destroy

include/boost/asio/executor.hpp:342–346  ·  view source on GitHub ↗

Helper function to destroy an implementation.

Source from the content-addressed store, hash-verified

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)

Callers 5

destroyFunction · 0.45
~awaitableFunction · 0.45
awaitable.hppFile · 0.45
~basic_io_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected