Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::front (2 of 2 overloads)

Return the first character.

Synopsis
constexpr const_reference
front() const;
Description

Returns a reference to the first character.

Complexity

Constant.

Precondition

not empty()


PrevUpHomeNext