bsl::vector<char const*>::swap

Synopsis

Declared in <bslstl_vector.h>

void
swap(vector<char const*, allocator<char const*>>& other) noexcept(/* see-below */);

Exception specification

This function is potentially-throwing unless noexcept(this->d_impl.swap(other.d_impl)).