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

Function cbegin

example/cacheHierarchy/fkYAML/node.hpp:2317–2319  ·  view source on GitHub ↗

@brief Get the iterator to the first element. (Always constant) @return The iterator to the first element.

Source from the content-addressed store, hash-verified

2315 /// @brief Get the iterator to the first element. (Always constant)
2316 /// @return The iterator to the first element.
2317 const_iterator cbegin() const noexcept {
2318 return mp_str;
2319 }
2320
2321 /// @brief Get the iterator to the past-the-end element. (Always constant)
2322 /// @return The iterator to the past-the-end element.

Callers 3

beginMethod · 0.85
rendMethod · 0.85
crendMethod · 0.85

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected