...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Access the first element.
value const& front() const;
Returns a reference to the first element.
not empty()
Constant.