[#bsl-vector-086-at-0f] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::at :relfileprefix: ../../ :mrdocs: Return a reference to the element at the specified position. == Synopses Declared in `<bslstl_vector.h>` Return a reference to the element at the specified position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/reference.adoc[vector<VALUE_TYPE*, ALLOCATOR>::reference] xref:bsl/vector-086/at-06.adoc[at](xref:bsl/vector-086/size_type.adoc[size_type] position); ---- [.small]#xref:bsl/vector-086/at-06.adoc[_» more..._]# Return a reference to the element at the specified position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/const_reference.adoc[vector<VALUE_TYPE*, ALLOCATOR>::const_reference] xref:bsl/vector-086/at-0c.adoc[at](xref:bsl/vector-086/size_type.adoc[size_type] position) const; ---- [.small]#xref:bsl/vector-086/at-0c.adoc[_» more..._]# == Return Value * modifiable reference to the element at `position` * non‐modifiable reference to the element at `position` == Parameters [cols="1,4"] |=== | Name| Description | *position* | element position or insertion point |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#