#include <algorithm>
Functions | |
template<class X , class Y > | |
bool | operator== (TAO_EC_Servant_Var< X > const &x, TAO_EC_Servant_Var< Y > const &y) |
Compare two TAO_EC_Servant_Vars for equivalence. | |
template<class X , class Y > | |
bool | operator!= (TAO_EC_Servant_Var< X > const &x, TAO_EC_Servant_Var< Y > const &y) |
Compare two TAO_EC_Servant_Vars for non-equivalence. |
bool operator!= | ( | TAO_EC_Servant_Var< X > const & | x, | |
TAO_EC_Servant_Var< Y > const & | y | |||
) | [inline] |
Compare two TAO_EC_Servant_Vars for non-equivalence.
bool operator== | ( | TAO_EC_Servant_Var< X > const & | x, | |
TAO_EC_Servant_Var< Y > const & | y | |||
) | [inline] |
Compare two TAO_EC_Servant_Vars for equivalence.