Constructs a const iterator from a mutable iterator.
Declared in <prevector.h>
<prevector.h>
const_iterator(iterator x);
Name
Description
x
The mutable iterator to convert.
Created with MrDocs