Boost.URL Logo

PrevUpHomeNext
segments::back

Access the last element.

Synopsis
decode_view
back() const;
Description

Returns a reference to the last element.

Precondition

not empty()

Complexity

Constant.


PrevUpHomeNext