MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / set_end

Method set_end

examples/server/json.hpp:12674–12677  ·  view source on GitHub ↗

set iterator to a defined past the end

Source from the content-addressed store, hash-verified

12672
12673 /// set iterator to a defined past the end
12674 void set_end() noexcept
12675 {
12676 m_it = end_value;
12677 }
12678
12679 /// return whether the iterator can be dereferenced
12680 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