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