C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Checks whether the first string is lexicographically less than the second string, in a case-insensitive way. More...
#include <string.hpp>
Public Member Functions | |
constexpr bool | operator() (std::string_view left, std::string_view right) const |
Checks whether the first string is lexicographically less than the second string, in a case-insensitive way.