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

Function cend

example/cacheHierarchy/fkYAML/node.hpp:2323–2325  ·  view source on GitHub ↗

@brief Get the iterator to the past-the-end element. (Always constant) @return The iterator to the past-the-end element.

Source from the content-addressed store, hash-verified

2321 /// @brief Get the iterator to the past-the-end element. (Always constant)
2322 /// @return The iterator to the past-the-end element.
2323 const_iterator cend() const noexcept {
2324 return mp_str + m_len;
2325 }
2326
2327 /// @brief Get the iterator to the first element in the reverse order. (Always constant)
2328 /// @return The iterator to the first element in the reverse order.

Callers 5

cbeginMethod · 0.85
endMethod · 0.85
rbeginMethod · 0.85
crbeginMethod · 0.85
eraseMethod · 0.85

Calls 1

endFunction · 0.85

Tested by

no test coverage detected