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

Method clone

include/boost/asio/impl/executor.hpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 impl_base* clone() const noexcept
67 {
68 detail::ref_count_up(ref_count_);
69 return const_cast<impl_base*>(static_cast<const impl_base*>(this));
70 }
71
72 void destroy() noexcept
73 {

Callers

nothing calls this directly

Calls 1

ref_count_upFunction · 0.85

Tested by

no test coverage detected