MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / set_end

Method set_end

dependencies/json/json.hpp:10729–10732  ·  view source on GitHub ↗

set iterator to a defined past the end

Source from the content-addressed store, hash-verified

10727
10728 /// set iterator to a defined past the end
10729 void set_end() noexcept
10730 {
10731 m_it = end_value;
10732 }
10733
10734 /// return whether the iterator can be dereferenced
10735 constexpr bool is_begin() const noexcept

Callers 4

iter_implClass · 0.45
set_endFunction · 0.45
endFunction · 0.45
cendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected