stl swap函数_vector :: swap()函数以及C ++ STL中的示例
stl swap函数 C ++ vector :: swap()函数 (C++ vector::swap() function)vector::swap() is a library function of "vector" header, it is used to swap the content of the vectors, it is called with a vector and ...