At function in stl

for what stl containers at() is used

The array::at() is a built-in function in C++ STL which returns a reference to the element present at location i in given array.
array vector, string, map