prevector<36, unsigned char>::prevector

Constructs a container with n copies of val.

Synopsis

Declared in <prevector.h>

explicit
prevector(
    size_type n,
    unsigned char const& val);

Parameters

NameDescription
nThe number of copies to create.
valThe value to copy into each element.