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

Method end

libCacheSim/dataStructure/splaytree.hpp:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 uint32_t size() const { return node_count_; }
138 iterator begin() { return node_count_ == 0 ? end() : iterator(subtreeMin(root_.get())); }
139 iterator end() { return iterator(); }
140 void swap(SplayTree &other)
141 {
142 node_ptr temp = move(root_);

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected