asio 0.1.5 Main Page | Class Index | Member Index | Tutorial

value_neq_error Class Template Reference

Class template to compare the error for inequality with a given value. More...

List of all members.

Public Member Functions

 value_neq_error (Value value)
 Constructor.

template<typename Error> bool operator() (const Error &err)
 Evaluate the expression.


Private Attributes

Value value_
 The value to compare the error against.


Detailed Description

template<typename Value>
class asio::value_neq_error< Value >

Class template to compare the error for inequality with a given value.


Constructor & Destructor Documentation

value_neq_error Value  value  )  [explicit]
 

Constructor.


Member Function Documentation

bool operator() const Error &  err  ) 
 

Evaluate the expression.


Member Data Documentation

Value value_ [private]
 

The value to compare the error against.