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

Method end

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

Return a dummy object to compare Iterators with. */

Source from the content-addressed store, hash-verified

184 constexpr Iterator begin() const noexcept { return Iterator(m_val); }
185 /** Return a dummy object to compare Iterators with. */
186 constexpr IteratorEnd end() const noexcept { return IteratorEnd(); }
187 /** Find the first element (requires Any()). */
188 constexpr unsigned First() const noexcept
189 {

Callers 15

push_backVMethod · 0.45
push_backVMethod · 0.45
operator""_hex_vFunction · 0.45
TryParseHexFunction · 0.45
EncodeBase64Function · 0.45
DecodeBase64Function · 0.45
EncodeBase32Function · 0.45
DecodeBase32Function · 0.45
ParseMoneyFunction · 0.45
insertFunction · 0.45
SplitFunction · 0.45
quote_argumentFunction · 0.45

Calls 1

IteratorEndClass · 0.70

Tested by

no test coverage detected