Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::front (1 of 2 overloads)

Return the first character.

Synopsis
constexpr reference
front();
Description

Returns a reference to the first character.

Complexity

Constant.

Precondition

not empty()


PrevUpHomeNext