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

Method cend

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

Source from the content-addressed store, hash-verified

1041 const_iterator end() const noexcept { return cend(); }
1042
1043 const_iterator cend() const noexcept {
1044 return const_iterator(m_buckets_data.end(), array_bucket::cend_it(), this);
1045 }
1046
1047 /*
1048 * Capacity

Callers 4

array_hash_iteratorClass · 0.45
cbeginMethod · 0.45
erase_from_bucketMethod · 0.45
deserialize_implMethod · 0.45

Calls 2

const_iteratorClass · 0.50
endMethod · 0.45

Tested by

no test coverage detected