Boost C++ Libraries Home Libraries People FAQ More

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

Access specified character.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR const_reference
operator[](
    size_type pos) const;
Description

Undefined behavior if pos > size()


PrevUpHomeNext