prevector::const_iterator::operator[]

Returns a reference to the element at offset pos.

Synopsis

Declared in <prevector.h>

T const&
operator[](size_type pos) const;

Return Value

A reference to the element at that offset.

Parameters

NameDescription
posThe offset from the current position.