asio 0.3.7 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

Error Handler Function Objects


Detailed Description

Function objects for custom error handling.


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.


Function Documentation

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.

asio 0.3.7 Home | Reference | Tutorial | Examples | Design