List of all members | Public Member Functions
utl::CharEqualNoCase Class Reference

Utility class to compare characters in a case-independent way. More...

#include <utl/StringCompare.h>

Public Member Functions

bool operator() (const char a, const char b) const
 

Detailed Description

Utility class to compare characters in a case-independent way.

This class is a predicate to be used in a string comparison. The comparison is done using the standard tolower function, which implies that the locale is taken into account.

Author
Lukas Nellen
Date
22 Aug 2008

Definition at line 24 of file StringCompare.h.

Member Function Documentation

bool utl::CharEqualNoCase::operator() ( const char  a,
const char  b 
) const
inline

Definition at line 26 of file StringCompare.h.


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.