From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03636.html | 77 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 docs/doxygen/nel/a03636.html (limited to 'docs/doxygen/nel/a03636.html') diff --git a/docs/doxygen/nel/a03636.html b/docs/doxygen/nel/a03636.html new file mode 100644 index 00000000..9dc3bba3 --- /dev/null +++ b/docs/doxygen/nel/a03636.html @@ -0,0 +1,77 @@ + + +NeL: CUnsensitiveSStringLessPred struct Reference + + + +
+

CUnsensitiveSStringLessPred Struct Reference

#include <sstring.h> +

+


Detailed Description

+Instead of overriding std::less, please use the following predicate. For example, declare your map as: std::map<NLMISC::CSString, CMyDataClass, NLMISC::CUnsensitiveSStringLessPred> MyMap; Caution: a map declared without CUnsensitiveSStringLessPred will behave as a standard string map.

+

See also:
also CUnsensitiveStrLessPred in misc/string_conversion.h for a similar predicate with std::string.
+ +

+ +

+Definition at line 696 of file sstring.h. + + + + +

Public Member Functions

bool operator() (const NLMISC::CSString &x, const NLMISC::CSString &y) const
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool CUnsensitiveSStringLessPred::operator() const NLMISC::CSString x,
const NLMISC::CSString y
const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 698 of file sstring.h. +

+References x, and y. +

+

00698 { return x.icompare(y); }
+
+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:43:54 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1