Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::CILess Struct Reference

#include <String.h>

Public Member Functions

bool operator() (const std::string &s1, const std::string &s2) const
 

Detailed Description

Case-insensitive less-than functor; useful for standard maps and sets with std::strings keys and case-insensitive ordering requirement.

Definition at line 709 of file String.h.

Member Function Documentation

◆ operator()()

bool Poco::CILess::operator() ( const std::string & s1,
const std::string & s2 ) const
inline

Definition at line 714 of file String.h.

+ Here is the call graph for this function:

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