Functions

Servant_Var.inl File Reference

#include <algorithm>
Include dependency graph for Servant_Var.inl:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

template<class X , class 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 ();
}

template<class X , class Y >
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 ();
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines