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

Method back

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

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

Source from the content-addressed store, hash-verified

618 * be empty.
619 */
620 const_reference back() const { return m_ht.back(); }
621
622 /**
623 * Only available if ValueTypeContainer is a std::vector. Same as calling

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