Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

executor::target

Obtain a pointer to the target executor object.

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

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

PrevUpHomeNext