basic_string::at
basic_string::at
const_reference at(size_type pos) const;
reference at(size_type pos);
Each member function returns a reference to the element of the controlled sequence at position pos
, or reports an out-of-range error.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
basic_string::at
const_reference at(size_type pos) const;
reference at(size_type pos);
Each member function returns a reference to the element of the controlled sequence at position pos
, or reports an out-of-range error.