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
Name |
Description |
other |
The container to swap contents with. |
Created with MrDocs