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 56 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 67 of file CiStringMap.cpp.

67 {
68 return ::strcasecmp(a.c_str(), b.c_str()) < 0;
69 }

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