prevector::iterator::iterator

Constructs an iterator referring to the element at ptr_.

Synopsis

Declared in <prevector.h>

iterator(T* ptr_);

Parameters

NameDescription
ptr_Pointer to the element the iterator refers to.