Constructs an iterator referring to the element at ptr_.

Synopsis

Declared in <prevector.h>

iterator(T* ptr_);

Parameters

Name

Description

ptr_

Pointer to the element the iterator refers to.

Created with MrDocs