MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / back

Function back

example/cacheHierarchy/fkYAML/node.hpp:2401–2403  ·  view source on GitHub ↗

@brief Get the last element. @return The last element.

Source from the content-addressed store, hash-verified

2399 /// @brief Get the last element.
2400 /// @return The last element.
2401 const_reference back() const {
2402 return *(mp_str + m_len - 1);
2403 }
2404
2405 /// @brief Get the pointer to the raw data of referenced character sequence.
2406 /// @return The pointer to the raw data of referenced character sequence.

Callers 1

ends_withFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected