cppreference.com
アカウント作成
ログイン
名前空間
ページ
議論
変種
表示
閲覧
編集
履歴
操作
std::regex_iterator<BidirIt,CharT,Traits>::
operator=
提供: cppreference.com
<
cpp
|
regex
|
regex iterator
C++
言語
標準ライブラリヘッダ
フリースタンディング処理系とホスト処理系
名前付き要件
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
ユーティリティライブラリ
文字列ライブラリ
コンテナライブラリ
イテレータライブラリ
範囲ライブラリ
(C++20)
アルゴリズムライブラリ
数値演算ライブラリ
ローカライゼーションライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
正規表現ライブラリ
(C++11)
アトミック操作ライブラリ
(C++11)
スレッドサポートライブラリ
(C++11)
技術仕様書
[edit]
正規表現ライブラリ
クラス
basic_regex
(C++11)
sub_match
(C++11)
match_results
(C++11)
アルゴリズム
regex_match
(C++11)
regex_search
(C++11)
regex_replace
(C++11)
イテレータ
regex_iterator
(C++11)
regex_token_iterator
(C++11)
例外
regex_error
(C++11)
特性
regex_traits
(C++11)
定数
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
正規表現の文法
Modified ECMAScript-262
(C++11)
[edit]
std::regex_iterator
メンバ関数
regex_iterator::regex_iterator
regex_iterator::operator=
比較
regex_iterator::operator==
regex_iterator::operator!=
(C++20未満)
観察
regex_iterator::operator*
regex_iterator::operator->
変更
regex_iterator::operator++
regex_iterator::operator++(int)
[edit]
regex_iterator
&
operator
=
(
const
regex_iterator
&
other
)
;
(C++11以上)
other
の内容を代入します。
[
編集
]
引数
other
-
代入する regex_iterator
[
編集
]
戻り値
*
this
。