std::swap(std::basic_regex)
STD::交换%28 std::basic[医]regex%29
template< class CharT, class Traits > void swap( basic_regex | | (since C++11) |
---|
重载std::swap
算法std::basic_regex
.交换lhs
与...rhs
.有效地打电话lhs.swap(rhs)
...
参数
lhs, rhs | - | regular expressions to swap |
---|
返回值
%280%29
例外
noexcept
规格:
noexcept
例
另见
swap | swaps the contents (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。