prevector::swap

Exchanges the contents of this container with other.

Synopsis

Declared in <prevector.h>

void
swap(prevector<N, T, Size, Diff>& other) noexcept;

Parameters

NameDescription
otherThe container to swap contents with.