#include <algorithm>

Go to the source code of this file.
Functions | |
| template<class X , class Y > | |
| bool | operator== (typename TAO::Utils::Servant_Var< X > const &x, typename TAO::Utils::Servant_Var< Y > const &y) |
| template<class X , class Y > | |
| bool | operator!= (typename TAO::Utils::Servant_Var< X > const &x, typename TAO::Utils::Servant_Var< Y > const &y) |
| bool operator!= | ( | typename TAO::Utils::Servant_Var< X > const & | x, | |
| typename TAO::Utils::Servant_Var< Y > const & | y | |||
| ) |
Definition at line 193 of file Servant_Var.inl.
{
return x.in () != y.in ();
}
| bool operator== | ( | typename TAO::Utils::Servant_Var< X > const & | x, | |
| typename TAO::Utils::Servant_Var< Y > const & | y | |||
| ) |
Definition at line 185 of file Servant_Var.inl.
{
return x.in () == y.in ();
}
1.7.0