MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / set_end

Method set_end

extern/json/json.hpp:12678–12681  ·  view source on GitHub ↗

set iterator to a defined past the end

Source from the content-addressed store, hash-verified

12676
12677 /// set iterator to a defined past the end
12678 void set_end() noexcept
12679 {
12680 m_it = end_value;
12681 }
12682
12683 /// return whether the iterator can be dereferenced
12684 constexpr bool is_begin() const noexcept

Callers 4

iter_implClass · 0.80
set_endFunction · 0.80
endFunction · 0.80
cendFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected