Constructs a container by moving the contents of other, leaving it empty.
Synopsis
Declared in <prevector.h>
prevector(prevector<36U, unsigned char, unsigned int, int>&& other) noexcept;
Parameters
Name |
Description |
other |
The container to move from. |
Created with MrDocs