asio 0.1.5
Main Page
|
Class Index
|
Member Index
|
Tutorial
default_error_handler Class Reference
The default error handler. Always throws the error as an exception.
More...
List of all members.
Public Member Functions
template<typename Error> bool
operator()
(const Error &err)
Evaluate the expression.
Detailed Description
The default error handler. Always throws the error as an exception.
Member Function Documentation
bool operator()
(
const Error &
err
)
Evaluate the expression.