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

Function front

example/cacheHierarchy/fkYAML/node.hpp:2395–2397  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2393 /// @brief Get the first element.
2394 /// @return The first element.
2395 const_reference front() const noexcept {
2396 return *mp_str;
2397 }
2398
2399 /// @brief Get the last element.
2400 /// @return The last element.

Callers 1

starts_withFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected