Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::front (2 of 2 overloads)

Accesses the first character.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR const_reference
front() const;
Description

Undefined behavior if empty() == true


PrevUpHomeNext