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

Method mutable_iterator

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

* Other */

Source from the content-addressed store, hash-verified

1361 * Other
1362 */
1363 iterator mutable_iterator(const_iterator it) noexcept {
1364 auto it_bucket =
1365 m_buckets_data.begin() +
1366 std::distance(m_buckets_data.cbegin(), it.m_buckets_iterator);
1367 return iterator(it_bucket, it.m_array_bucket_iterator, this);
1368 }
1369
1370 template <class Serializer>
1371 void serialize(Serializer& serializer) const {

Callers 1

Calls 4

distanceClass · 0.50
iteratorClass · 0.50
beginMethod · 0.45
cbeginMethod · 0.45

Tested by

no test coverage detected