Boost.URL Logo

PrevUpHomeNext
segments_encoded::back

Access the last element.

Synopsis
const_reference
back() const;
Description

Returns a reference to the last element.

Precondition

not empty()

Complexity

Constant.


PrevUpHomeNext