Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::at (1 of 2 overloads)

Access specified character with bounds checking.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR reference
at(
    size_type pos);
Description
Exceptions

Type

Thrown On

std::out_of_range

if pos >= size()


PrevUpHomeNext