ACE_Less_Than< const char * > Class Template Reference

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Less_Than< const char * >

Definition at line 460 of file Functor.h.


Member Function Documentation

ACE_INLINE int ACE_Less_Than< const char * >::operator() ( const char *  lhs,
const char *  rhs 
) const

Simply calls ACE_OS::strcmp.

Definition at line 230 of file Functor.inl.

References ACE_OS::strcmp().

00231 {
00232   return (ACE_OS::strcmp (lhs, rhs) < 0) ? 1 : 0;
00233 }


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