prevector::const_iterator::const_iterator

Constructs an iterator referring to the element at ptr_.

Synopsis

Declared in <prevector.h>

const_iterator(T const* ptr_);

Parameters

NameDescription
ptr_Pointer to the element the iterator refers to.