std::basic_regex<CharT,Traits>::swap
提供: cppreference.com
<tbody>
</tbody>
void swap( basic_regex& other ) noexcept; |
(C++11以上) | |
2つの正規表現の内容を交換します。
引数
| other | - | 入れ替える正規表現 |
戻り値
(なし)
例
| This section is incomplete Reason: no example |
関連項目
(C++11) |
std::swap アルゴリズムの特殊化 (関数テンプレート) |