ACE_Unbounded_Set_Default_Comparator< T > Struct Template Reference

Simple comparator that evaluates equality using == operator. More...

#include <Unbounded_Set.h>

List of all members.

Public Member Functions

bool operator() (const T &lhs, const T &rhs) const


Detailed Description

template<typename T>
struct ACE_Unbounded_Set_Default_Comparator< T >

Simple comparator that evaluates equality using == operator.

Definition at line 32 of file Unbounded_Set.h.


Member Function Documentation

template<typename T>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE bool ACE_Unbounded_Set_Default_Comparator< T >::operator() ( const T &  lhs,
const T &  rhs 
) const

Definition at line 10 of file Unbounded_Set.inl.

00011 {
00012   return lhs == rhs;
00013 }


The documentation for this struct was generated from the following files:
Generated on Tue Feb 2 17:35:50 2010 for ACE by  doxygen 1.4.7