boost::urls::operator>=
Compare two decode views for greater than or equal
Synopsis
Declared in header <boost/url/decode_view.hpp>
template<
class S0,
class S1>
constexpr
bool
operator>=(
S0 const& s0,
S1 const& s1) noexcept;
Description
This function is only enabled if both types are
decode_view or convertible to core::string_view
,
but not both are convertible to core::string_view