prevector::const_iterator::const_iterator

Constructs a const iterator from a mutable iterator.

Synopsis

Declared in <prevector.h>

const_iterator(iterator x);

Parameters

NameDescription
xThe mutable iterator to convert.