prevector::operator=

Move-assigns the contents of other to this container, leaving it empty.

Synopsis

Declared in <prevector.h>

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

Return Value

A reference to this container.

Parameters

NameDescription
otherThe container to move from.