Namespaces
Variants
Actions

operator==,!=,<,<=,>,>=,<=>(std::basic_string_view)

From cppreference.com
 
 
 
 
Defined in header <string_view>
(1)
template< class CharT, class Traits >

constexpr bool operator==( std::basic_string_view<CharT,Traits> lhs,

                           std::basic_string_view<CharT,Traits> rhs ) noexcept;
(since C++17)
(until C++20)
template< class CharT, class Traits >

constexpr bool operator==(
    std::basic_string_view<CharT,Traits> lhs,

    std::type_identity_t<