MCPcopy Create free account
hub / github.com/Tessil/ordered-map / front

Method front

include/tsl/ordered_set.h:614–614  ·  view source on GitHub ↗

* Return const_reference to the first element. Requires the container to not * be empty. */

Source from the content-addressed store, hash-verified

612 * be empty.
613 */
614 const_reference front() const { return m_ht.front(); }
615
616 /**
617 * Return const_reference to the last element. Requires the container to not

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36