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

Method crend

libCacheSim/dataStructure/sparsepp/spp.h:1856–1856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854 reverse_iterator rend() { return reverse_iterator(begin()); }
1855 const_reverse_iterator rend() const { return const_reverse_iterator(cbegin()); }
1856 const_reverse_iterator crend() const { return const_reverse_iterator(cbegin()); }
1857
1858 // Versions for our special non-empty iterator
1859 // ------------------------------------------

Callers

nothing calls this directly

Calls 1

cbeginFunction · 0.85

Tested by

no test coverage detected