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

Method end

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

Return a dummy object to compare Iterators with. */

Source from the content-addressed store, hash-verified

397 Iterator constexpr begin() const noexcept { return Iterator(m_val); }
398 /** Return a dummy object to compare Iterators with. */
399 IteratorEnd constexpr end() const noexcept { return IteratorEnd(); }
400 /** Find the first element (requires Any()). */
401 unsigned constexpr First() const noexcept
402 {

Callers

nothing calls this directly

Calls 1

IteratorEndClass · 0.70

Tested by

no test coverage detected