Constructors

Synopses

Declared in <prevector.h>

Constructs an iterator that does not refer to any element.

const_iterator() = default;

Constructs a const iterator from a mutable iterator.

Constructs an iterator referring to the element at ptr_.

const_iterator(T const* ptr_);

Parameters

Name

Description

x

The mutable iterator to convert.

ptr_

Pointer to the element the iterator refers to.

Created with MrDocs