MCPcopy Create free account
hub / github.com/Constellation/iv / iterator_base

Method iterator_base

iv/segmented_vector.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 typedef iterator_base<const segmented_vector_type*> const_iterator;
52
53 iterator_base(Seg vector, size_type size) // NOLINT
54 : vector_(vector),
55 index_(size % SegmentSize),
56 segment_index_(size / SegmentSize) { }
57
58 iterator_base(const iterator& it) // NOLINT
59 : vector_(it.vector()),

Callers

nothing calls this directly

Calls 3

vectorMethod · 0.80
segment_indexMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected