Function operator⇐

Synopsis

template<
    class S0,
    class S1>
constexpr
std::enable_if<is_match<S0, S1>::value, bool>::type
operator<=(
    const S0& s0,
    const S1& s1) noexcept;