Helper less than functor for case insensitive find. More...
#include <utilities.hpp>
Classes | |
struct | nocase_compare |
Public Member Functions | |
bool | operator() (std::string const &s1, std::string const &s2) const |
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.
|
inline |
Definition at line 82 of file utilities.hpp.