MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / is_end

Method is_end

Source/external/json.hpp:12686–12689  ·  view source on GitHub ↗

return whether the iterator is at end

Source from the content-addressed store, hash-verified

12684
12685 /// return whether the iterator is at end
12686 constexpr bool is_end() const noexcept
12687 {
12688 return m_it == end_value;
12689 }
12690
12691 friend constexpr bool operator==(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
12692 {

Callers 2

basic_jsonFunction · 0.80
eraseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected