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

Method clone

include/boost/asio/executor.hpp:336–339  ·  view source on GitHub ↗

Helper function to clone another implementation.

Source from the content-addressed store, hash-verified

334
335 // Helper function to clone another implementation.
336 impl_base* clone() const noexcept
337 {
338 return impl_ ? impl_->clone() : 0;
339 }
340
341 // Helper function to destroy an implementation.
342 void destroy() noexcept

Callers 2

executorMethod · 0.45
executorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected