Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

experimental::promise::value_type

The value that's returned by the promise.

typedef typename promise_value_type< Ts... >::type value_type;
Types

Name

Description

type

Requirements

Header: boost/asio/experimental/promise.hpp

Convenience header: None


PrevUpHomeNext