prevector::prevector

Constructs a copy of other.

Synopsis

Declared in <prevector.h>

prevector(prevector<N, T, Size, Diff> const& other);

Parameters

NameDescription
otherThe container to copy from.