Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

any_completion_executor::target

Get a pointer to the target executor.

template<
    typename Executor>
Executor * target();
  » more...

template<
    typename Executor>
const Executor * target() const;
  » more...

PrevUpHomeNext