MCPcopy Create free account
hub / github.com/ablab/spades / end

Method end

ext/include/tsl/array-hash/array_hash.h:1037–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035 }
1036
1037 iterator end() noexcept {
1038 return iterator(m_buckets_data.end(), array_bucket::cend_it(), this);
1039 }
1040
1041 const_iterator end() const noexcept { return cend(); }
1042

Callers 6

array_hash_iteratorClass · 0.45
beginMethod · 0.45
cendMethod · 0.45
erase_from_bucketMethod · 0.45

Calls 2

iteratorClass · 0.50
cendFunction · 0.50

Tested by

no test coverage detected