MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / is_begin

Method is_begin

native/thirdpart/json/json.hpp:9202–9205  ·  view source on GitHub ↗

return whether the iterator can be dereferenced

Source from the content-addressed store, hash-verified

9200
9201 /// return whether the iterator can be dereferenced
9202 constexpr bool is_begin() const noexcept
9203 {
9204 return m_it == begin_value;
9205 }
9206
9207 /// return whether the iterator is at end
9208 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