Copy‐assigns the contents of other to this container.
Synopsis
Declared in <prevector.h>
prevector<36, unsigned char>&
operator=(prevector<36U, unsigned char, unsigned int, int> const& other);
Return Value
A reference to this container.
Parameters
Name |
Description |
other |
The container to copy from. |
Created with MrDocs