swap
Function Details
void swap(self &vec)
Swap content with another vector vec.
Parameters
vec
The other vector to swap content with. This function supports auto-commit.
See Also
http://www.cplusplus.com/reference/stl/vector/swap/
void swap(self &vec)
Swap content with another vector vec.
The other vector to swap content with. This function supports auto-commit.
http://www.cplusplus.com/reference/stl/vector/swap/