ci_is_less
Return true if s0 is less than s1 using case-insensitive comparison
Synopsis
bool
ci_is_less(
string_view s0,
string_view s1) noexcept;
Defined in file <include/boost/url/grammar/ci_string.hpp> on line 224
Return true if s0 is less than s1 using case-insensitive comparison
bool
ci_is_less(
string_view s0,
string_view s1) noexcept;
Defined in file <include/boost/url/grammar/ci_string.hpp> on line 224