std::list::front

From Cppreference

Jump to: navigation, search
reference front();

const_reference front() const;

Returns reference to the first element in the container.

Contents

[edit] Parameters

(none)

[edit] Return value

reference to the first element

[edit] Complexity

Constant

See also

back
access the last element
(public member function)