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

Method target

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

Source from the content-addressed store, hash-verified

296
297template <typename Executor>
298Executor* executor::target() noexcept
299{
300 return impl_ && impl_->target_type() == type_id<Executor>()
301 ? static_cast<Executor*>(impl_->target()) : 0;
302}
303
304template <typename Executor>
305const Executor* executor::target() const noexcept

Callers 1

equalsMethod · 0.45

Calls 1

target_typeMethod · 0.45

Tested by

no test coverage detected