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