asio C++ library

PrevUpHomeNext

execution::set_error

A customisation point that delivers an error notification to a receiver.

constexpr unspecified set_error = unspecified;

The name execution::set_error denotes a customisation point object. The expression execution::set_error(R, E) for some subexpressions R and E are expression-equivalent to:

Requirements

Header: asio/execution/set_error.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext