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 an older version of Boost and was released in 2020. The current version is 1.91.0.
Completion token type used to specify that an error produced by an asynchronous operation is captured to an error_code variable.
template<
typename CompletionToken>
class redirect_error_t
|
Name |
Description |
|---|---|
|
Constructor. |
The redirect_error_t
class is used to indicate that any error_code produced by an asynchronous
operation is captured to a specified variable.
Header: boost/asio/redirect_error.hpp
Convenience header: boost/asio.hpp