MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / is_end

Method is_end

Source/Utils/json.hpp:10669–10672  ·  view source on GitHub ↗

return whether the iterator is at end

Source from the content-addressed store, hash-verified

10667
10668 /// return whether the iterator is at end
10669 constexpr bool is_end() const noexcept
10670 {
10671 return m_it == end_value;
10672 }
10673
10674 friend constexpr bool operator==(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
10675 {

Callers 2

basic_jsonFunction · 0.80
eraseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected