Constructs a container with n copies of val.
Synopsis
Declared in <prevector.h>
explicit
prevector(
size_type n,
T const& val);
Parameters
Name |
Description |
n |
The number of copies to create. |
val |
The value to copy into each element. |
Created with MrDocs