Constructors
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...
| Name | Description |
|---|---|
| ptr_ | Pointer to the element the iterator refers to. |