std::swap(std::valarray)
STD::交换%28 std::valArray%29
template< class T > void swap( valarray | | |
---|
专攻std::swap
算法std::valarray
.交换lhs
和rhs
.电话lhs.swap(rhs)
...
参数
lhs, rhs | - | valarrays whose contents to swap |
---|
返回值
%280%29
复杂性
常量。
另见
swap | swaps with another valarray (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。