boost::capy::executor_ref::target
Return a pointer to the wrapped executor if it matches the requested type.
Synopses
Declared in <boost/capy/ex/executor_ref.hpp>
Return a pointer to the wrapped executor if it matches the requested type.
template<typename Executor>
Executor const*
target() const;
Return a pointer to the wrapped executor if it matches the requested type.
template<typename Executor>
Executor*
target();
Template Parameters
| Name | Description |
|---|---|
Executor |
The executor type to retrieve. |
Created with MrDocs