Function ci_is_less
Return true if s0 is less than s1 using case-insensitive comparison
Synopsis
Declared in header <boost/url/grammar/ci_string.hpp>
bool
ci_is_less(
core::string_view s0,
core::string_view s1) noexcept;
Return true if s0 is less than s1 using case-insensitive comparison
Declared in header <boost/url/grammar/ci_string.hpp>
bool
ci_is_less(
core::string_view s0,
core::string_view s1) noexcept;