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

Function base

example/cacheHierarchy/fkYAML/node.hpp:11222–11224  ·  view source on GitHub ↗

@brief Accesses the underlying iterator object. @return The underlying iterator object.

Source from the content-addressed store, hash-verified

11220 /// @brief Accesses the underlying iterator object.
11221 /// @return The underlying iterator object.
11222 Iterator base() const noexcept {
11223 return m_current;
11224 }
11225
11226 /// @brief Get reference to the pointed-to element.
11227 /// @return Reference to the pointed-to element.

Callers 2

keyFunction · 0.85
valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected