Boost.URL Logo

PrevUpHomeNext
segments_encoded::front

Access the first element.

Synopsis
const_reference
front() const;
Description

Returns a reference to the first element.

Precondition

not empty()

Complexity

Constant.


PrevUpHomeNext