prevector::iterator::iterator

Constructors

Synopses

Declared in <prevector.h>

Constructs an iterator that does not refer to any element.

iterator() = default;
» more...

Constructs an iterator referring to the element at ptr_.

iterator(T* ptr_);
» more...

Parameters

NameDescription
ptr_Pointer to the element the iterator refers to.