prevector::prevector

Constructs a container by moving the contents of other, leaving it empty.

Synopsis

Declared in <prevector.h>

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

Parameters

NameDescription
otherThe container to move from.