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