定义于头文件
<regex>
|
||
match_results& operator=( const match_results& other );
|
(1) | (C++11 起) |
match_results& operator=( match_results&& other ) noexcept;
|
(2) | (C++11 起) |
赋值内容。
other
的内容。other
的内容。操作后 other
在合法但未指定的状态。other | - | 另一 match_results 对象 |
*this 。