#include <userver/utils/str_icase.hpp>
Case insensitive ASCII 3-way comparison functor.
Definition at line 70 of file str_icase.hpp.
Public Member Functions | |
int | operator() (std::string_view lhs, std::string_view rhs) const noexcept |
|
noexcept |
lhs > rhs
and 0 otherwise