prevector<36, unsigned char>::prevector

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

NameDescription
otherThe container to move from.