C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::icase_lexicographical_compare Struct Reference

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
 

Detailed Description

Checks whether the first string is lexicographically less than the second string, in a case-insensitive way.


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