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

Function crend

example/cacheHierarchy/fkYAML/node.hpp:2347–2349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2345 /// @brief Get the iterator to the past-the-end element in the reverse order. (Always constant)
2346 /// @return The iterator to the past-the-end element in the reverse order.
2347 const_reverse_iterator crend() const noexcept {
2348 return const_reverse_iterator(begin());
2349 }
2350
2351 /// @brief Get the size of the referenced character sequence.
2352 /// @return The size of the referenced character sequence.

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
rendFunction · 0.85

Tested by

no test coverage detected