prevector<36, unsigned char>::swap

Exchanges the contents of this container with other.

Synopsis

Declared in <prevector.h>

void
swap(prevector<36U, unsigned char, unsigned int, int>& other) noexcept;

Parameters

NameDescription
otherThe container to swap contents with.