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

A case-insensitive equality comparer for two strings. More...

#include <string.hpp>

Public Member Functions

constexpr bool operator() (std::string_view left, std::string_view right) const
 

Detailed Description

A case-insensitive equality comparer for two strings.


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