Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement methodCppStringT::contains() #182

Closed
Assignees
schmouk
Labels
@schmouk

Description

@schmouk

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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp