#include <algorithm>
Functions | |
template<class X, class Y> | |
ACE_INLINE 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> | |
ACE_INLINE 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. |
ACE_INLINE 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.
ACE_INLINE 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.