MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / BaseIterator

Method BaseIterator

Bcore/src/main/cpp/base/hash_set.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 class BaseIterator : std::iterator<std::forward_iterator_tag, Elem> {
68 public:
69 BaseIterator(const BaseIterator&) = default;
70 BaseIterator(BaseIterator&&) = default;
71 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {
72 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected