prevector<36, unsigned char>::operator[]

Returns a reference to the element at position pos.

Synopsis

Declared in <prevector.h>

unsigned char&
operator[](size_type pos);

Return Value

A reference to the element at that position.

Parameters

NameDescription
posThe index of the element to access.