Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::at (2 of 2 overloads)

Access specified character with bounds checking.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR const_reference
at(
    size_type pos) const;
Description
Exceptions

Type

Thrown On

std::out_of_range

if pos >= size()


PrevUpHomeNext