#include <userver/utils/str_icase.hpp>
Case insensitive ASCII less comparison functor.
Definition at line 89 of file str_icase.hpp.
Public Types | |
using | is_transparent = void |
Public Member Functions | |
bool | operator() (std::string_view lhs, std::string_view rhs) const noexcept |
Definition at line 91 of file str_icase.hpp.