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

Function value

example/cacheHierarchy/fkYAML/node.hpp:10453–10455  ·  view source on GitHub ↗

@brief Get the mapping value node pointed by the base iterator. @return Reference to the mapping value node.

Source from the content-addressed store, hash-verified

10451 /// @brief Get the mapping value node pointed by the base iterator.
10452 /// @return Reference to the mapping value node.
10453 typename Iterator::reference value() const noexcept {
10454 return m_base_iterator.value();
10455 }
10456
10457private:
10458 /// The base iterator object.

Callers

nothing calls this directly

Calls 2

baseFunction · 0.85
valueMethod · 0.80

Tested by

no test coverage detected