|
FEAT 3
Finite Element Analysis Toolbox
|
A class providing case-insensitive String comparison. More...
#include <string.hpp>
Public Member Functions | |
| bool | operator() (const String &left, const String &right) const |
| Compares two Strings without regard to case. More... | |
A class providing case-insensitive String comparison.
This class provides an STL-conforming function object for case-insensitive comparison of Strings which can be used in associative containers as e.g. std::map or std::set.
Definition at line 62 of file string.hpp.
|
inline |
Compares two Strings without regard to case.
| [in] | left,right | The two Strings which are to be compared. |
true, if left is less than right without regard to case, otherwise false. Definition at line 74 of file string.hpp.