Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

async_result< std::packaged_task< Result(Args...)>, Signature >::return_type

The return type of the initiating function is the future obtained from the packaged task.

typedef std::future< Result > return_type;
Requirements

Header: boost/asio/packaged_task.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext