Boost.URL Logo

PrevUpHomeNext
segments::front

Access the first element.

Synopsis
decode_view
front() const;
Description

Returns a reference to the first element.

Precondition

not empty()

Complexity

Constant.


PrevUpHomeNext