Returns a reference to the element at offset pos.

Synopsis

Declared in <prevector.h>

T&
operator[](size_type pos) const;

Return Value

A reference to the element at that offset.

Parameters

Name

Description

pos

The offset from the current position.

Created with MrDocs