名前空間
変種
操作

std::regex_error::operator=

From cppreference.com
< cpp‎ | regex‎ | regex error
 
 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
Traits
定数
(C++11)
正規表現文法
 
 
regex_error& operator=( const regex_error& other ) noexcept;
(C++11以降)

other の内容を代入します。もし *thisother の両方が動的型 std::regex_error である場合、代入後に std::strcmp(what(), other.what()) == 0 となります。

[編集] パラメータ

その他 - 代入する別の regex_error オブジェクト

[編集] 戻り値

*this

[編集]

English 日本語 中文(简体) 中文(繁體)