operator==,!=,<,<=,>,>=,<=>(std::basic_string_view)
From cppreference.com
< cpp | string | basic string view
Defined in header <string_view>
|
||
(1) | ||
template< class CharT, class Traits > constexpr bool operator==( std::basic_string_view<CharT,Traits> lhs, |
(since C++17) (until C++20) |
|
template< class CharT, class Traits > constexpr bool operator==( |