SNode.C
Loading...
Searching...
No Matches
web::http::ciLess Struct Reference

#include <CiStringMap.h>

Collaboration diagram for web::http::ciLess:

Public Member Functions

bool operator() (const std::string &a, const std::string &b) const
 

Detailed Description

Definition at line 34 of file CiStringMap.h.

Member Function Documentation

◆ operator()()

bool web::http::ciLess::operator() ( const std::string & a,
const std::string & b ) const

Definition at line 45 of file CiStringMap.cpp.

45 {
46 return ::strcasecmp(a.c_str(), b.c_str()) < 0;
47 }

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