Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::operator[] (1 of 2 overloads)

Access specified character.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR reference
operator[](
    size_type pos);
Description

Undefined behavior if pos > size()


PrevUpHomeNext