Exchange the values of the specified a and b objects.
a
b
Declared in <bslstl_vector.h>
<bslstl_vector.h>
void swap( vector<char const*>& a, vector<char const*>& b) noexcept(noexcept(a.d_impl.swap(b.d_impl)));