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

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

execution::set_value

A customisation point that delivers a value to a receiver.

constexpr unspecified set_value = unspecified;

The name execution::set_value denotes a customisation point object. The expression execution::set_value(R, Vs...) for some subexpressions R and Vs... is expression-equivalent to:

Requirements

Header: boost/asio/execution/set_value.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext