Move-assigns the contents of other to this container, leaving it empty.
Declared in <prevector.h>
prevector&
operator=(prevector<N, T, Size, Diff>&& other) noexcept;
A reference to this container.
| Name | Description |
|---|---|
| other | The container to move from. |