Reference | Class Hierarchy | Class Index | Member Index |
Functions | |
unspecified | asio::ignore_error () |
Return a function object that always ignores the error. | |
unspecified | asio::throw_error () |
Return a function object that always throws the error. | |
template<typename Target> | |
unspecified | asio::assign_error (Target &target) |
Return a function object that assigns the error to a variable. |
unspecified asio::ignore_error | ( | ) |
Return a function object that always ignores the error.
unspecified asio::throw_error | ( | ) |
Return a function object that always throws the error.
unspecified asio::assign_error | ( | Target & | target | ) |
Return a function object that assigns the error to a variable.