- Notifications
You must be signed in to change notification settings - Fork0
Closed
Labels
Description
This is an equivalent of the Python operatorin.
Notice: This method is available in c++23 :
constexpr boolcontains( std::basic_string_view<CharT,Traits> sv ) const noexcept; (1) (since[ C++](https://en.cppreference.com/w/cpp)23)constexpr boolcontains( CharT ch ) const noexcept; (2) (since C++23)constexpr boolcontains( const CharT* s ) const; (3) (since C++23)Metadata
Metadata
Assignees
Labels
Projects
Status
Done