Constructors

Synopses

Declared in <prevector.h>

Constructs an iterator that does not refer to any element.

iterator() = default;

Constructs an iterator referring to the element at ptr_.

iterator(T* ptr_);

Parameters

Name

Description

ptr_

Pointer to the element the iterator refers to.

Created with MrDocs