NLMISC::CUnsensitiveStrLessPred Struct Reference

#include <string_conversion.h>


Public Member Functions

bool operator() (const std::string &lhs, const std::string &rhs) const


Member Function Documentation

bool NLMISC::CUnsensitiveStrLessPred::operator() const std::string &  lhs,
const std::string &  rhs
const [inline]
 

Definition at line 39 of file string_conversion.h.

References NLMISC::nlstricmp().

00040         {
00041                 return nlstricmp(lhs, rhs) < 0;
00042         }


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 13:39:25 2004 for NeL by doxygen 1.3.6