MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / is_begin

Method is_begin

dependencies/json/json.hpp:10735–10738  ·  view source on GitHub ↗

return whether the iterator can be dereferenced

Source from the content-addressed store, hash-verified

10733
10734 /// return whether the iterator can be dereferenced
10735 constexpr bool is_begin() const noexcept
10736 {
10737 return m_it == begin_value;
10738 }
10739
10740 /// return whether the iterator is at end
10741 constexpr bool is_end() const noexcept

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected