asio 0.1.5 | Main Page | Class Index | Member Index | Tutorial |
Public Member Functions | |
throw_error_if_t (Expr expr) | |
Constructor. | |
template<typename Error> bool | operator() (const Error &err) |
Evaluate the expression. | |
Private Attributes | |
Expr | expr_ |
The expression which, if true, will result in the error being thrown. |
|
Constructor.
|
|
Evaluate the expression.
|
|
The expression which, if true, will result in the error being thrown.
|