std::forward_list::front
From Cppreference
< cpp | container | forward list
reference front();
|
(C++11 feature) | |
const_reference front() const;
|
(C++11 feature) | |
Returns reference to the first element in the container.
[edit] Parameters
(none)
[edit] Return value
reference to the first element
[edit] Complexity
Constant