MCPcopy Create free account
hub / github.com/cinder/Cinder / target

Method target

include/asio/impl/executor.hpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279template <typename Executor>
280Executor* executor::target() ASIO_NOEXCEPT
281{
282 return impl_ && impl_->target_type() == type_id<Executor>()
283 ? static_cast<Executor*>(impl_->target()) : 0;
284}
285
286template <typename Executor>
287const Executor* executor::target() const ASIO_NOEXCEPT

Callers 8

setupMethod · 0.45
encodePointsFunction · 0.45
calcDiscreteVoronoiGpuFunction · 0.45
calcDistanceMapGpuFunction · 0.45
setupMethod · 0.45
getTextureMethod · 0.45
VideoPlayerMethod · 0.45
equalsMethod · 0.45

Calls 1

target_typeMethod · 0.45

Tested by

no test coverage detected