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

Function begin

example/cacheHierarchy/fkYAML/node.hpp:2305–2307  ·  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

2303 /// @brief Get the iterator to the first element. (Always constant)
2304 /// @return The iterator to the first element.
2305 const_iterator begin() const noexcept {
2306 return mp_str;
2307 }
2308
2309 /// @brief Get the iterator to the past-the-end element. (Always constant)
2310 /// @return The iterator to the past-the-end element.

Calls 2

type_errorFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected