!defined(ASIO_NO_TYPEID) || defined(GENERATING_DOCUMENTATION)
| 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. |