NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::utility::ci_less Struct Reference

Helper less than functor for case insensitive find. More...

#include <utilities.hpp>

Inheritance diagram for websocketpp::utility::ci_less:
Collaboration diagram for websocketpp::utility::ci_less:

Classes

struct  nocase_compare
 

Public Member Functions

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

Detailed Description

Helper less than functor for case insensitive find.

Based on code from http://stackoverflow.com/questions/3152241/case-insensitive-stdstring-find

Definition at line 75 of file utilities.hpp.

Member Function Documentation

bool websocketpp::utility::ci_less::operator() ( std::string const &  s1,
std::string const &  s2 
) const
inline

Definition at line 84 of file utilities.hpp.


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