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

Method is_begin

examples/server/json.hpp:12680–12683  ·  view source on GitHub ↗

return whether the iterator can be dereferenced

Source from the content-addressed store, hash-verified

12678
12679 /// return whether the iterator can be dereferenced
12680 constexpr bool is_begin() const noexcept
12681 {
12682 return m_it == begin_value;
12683 }
12684
12685 /// return whether the iterator is at end
12686 constexpr bool is_end() const noexcept

Callers 4

json.hppFile · 0.80
operator->Function · 0.80
basic_jsonFunction · 0.80
eraseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected