MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IteratorEnd

Class IteratorEnd

src/util/bitset.h:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 IntBitSet(I val) noexcept : m_val{val} {}
73 /** Dummy type to return using end(). Only used for comparing with Iterator. */
74 class IteratorEnd
75 {
76 friend class IntBitSet;
77 constexpr IteratorEnd() = default;
78 public:
79 constexpr IteratorEnd(const IteratorEnd&) = default;
80 };
81 /** Iterator type returned by begin(), which efficiently iterates all 1 positions. */
82 class Iterator
83 {

Callers 2

endMethod · 0.70
endMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected