Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::front (1 of 2 overloads)

Accesses the first character.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR reference
front();
Description

Undefined behavior if empty() == true


PrevUpHomeNext