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.html
db_vector