Constructs an iterator referring to the element at ptr_.

Synopsis

Declared in <prevector.h>

const_iterator(T const* ptr_);

Parameters

Name

Description

ptr_

Pointer to the element the iterator refers to.

Created with MrDocs