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

Method target_type

include/asio/executor.hpp:218–221  ·  view source on GitHub ↗

!defined(ASIO_NO_TYPEID) || defined(GENERATING_DOCUMENTATION)

Source from the content-addressed store, hash-verified

216 }
217#else // !defined(ASIO_NO_TYPEID) || defined(GENERATING_DOCUMENTATION)
218 const void* target_type() const ASIO_NOEXCEPT
219 {
220 return impl_ ? impl_->target_type() : 0;
221 }
222#endif // !defined(ASIO_NO_TYPEID) || defined(GENERATING_DOCUMENTATION)
223
224 /// Obtain a pointer to the target executor object.

Callers 1

executorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected