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

experimental::redirect_error

Create a completion token to capture error_code values to a variable.

template<
    typename CompletionToken>
redirect_error_t< typename decay< CompletionToken >::type > redirect_error(
    CompletionToken && completion_token,
    boost::system::error_code & ec);
Requirements

Header: boost/asio/experimental/redirect_error.hpp

Convenience header: boost/asio/experimental.hpp


PrevUpHomeNext