[#prevector-0c-const_iterator-operator_subs] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/const_iterator.adoc[const_iterator]::operator[] :relfileprefix: ../../ :mrdocs: Returns a reference to the element at offset `pos`. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& operator[](xref:prevector-0c/size_type.adoc[size_type] pos) const; ---- == Return Value A reference to the element at that offset. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The offset from the current position. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#