Constructs a copy of other.
Synopsis
Declared in <prevector.h>
prevector(prevector<N, T, Size, Diff> const& other);
Parameters
Name |
Description |
other |
The container to copy from. |
Created with MrDocs
Constructs a copy of other.
Declared in <prevector.h>
prevector(prevector<N, T, Size, Diff> const& other);
Name |
Description |
other |
The container to copy from. |
Created with MrDocs