[#bsl-vectorBase-033-at-04] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-033.adoc[vectorBase<unsigned char>]::at :relfileprefix: ../../ :mrdocs: Return a reference providing non‐modifiable access to the element at the specified `position` in this vector. Throw a `bsl::out_of_range` exception if `position >= size()`. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vectorBase-033/const_reference.adoc[const_reference] at(xref:bsl/vectorBase-06a/size_type.adoc[size_type] position) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#