Exchanges the contents of this container with other.

Synopsis

Declared in <prevector.h>

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

Parameters

Name

Description

other

The container to swap contents with.

Created with MrDocs