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

Method is_begin

Source/Utils/json.hpp:10663–10666  ·  view source on GitHub ↗

return whether the iterator can be dereferenced

Source from the content-addressed store, hash-verified

10661
10662 /// return whether the iterator can be dereferenced
10663 constexpr bool is_begin() const noexcept
10664 {
10665 return m_it == begin_value;
10666 }
10667
10668 /// return whether the iterator is at end
10669 constexpr bool is_end() const noexcept

Callers 4

operator*Method · 0.80
operator->Method · 0.80
basic_jsonFunction · 0.80
eraseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected