ACE_Equal_To< wchar_t * > Class Template Reference

Function object for determining whether two non-const strings are equal. More...

#include <Functor.h>

List of all members.

Public Member Functions

int operator() (const wchar_t *lhs, const wchar_t *rhs) const
 Simply calls ACE_OS::strcmp.


Detailed Description

template<>
class ACE_Equal_To< wchar_t * >

Function object for determining whether two non-const strings are equal.

Definition at line 546 of file Functor.h.


Member Function Documentation

ACE_INLINE int ACE_Equal_To< wchar_t * >::operator() const wchar_t *  lhs,
const wchar_t *  rhs
const
 

Simply calls ACE_OS::strcmp.

Definition at line 269 of file Functor.inl.

References ACE_OS::strcmp().

00271 {
00272   return !ACE_OS::strcmp (lhs, rhs);
00273 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:01 2006 for ACE by doxygen 1.3.6