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