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

Name

Description

other

The container to move from.

Created with MrDocs