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

Method end

native/thirdpart/json/json.hpp:3403–3406  ·  view source on GitHub ↗

return iterator end (needed for range-based for)

Source from the content-addressed store, hash-verified

3401
3402 /// return iterator end (needed for range-based for)
3403 iteration_proxy_value<IteratorType> end() noexcept
3404 {
3405 return iteration_proxy_value<IteratorType>(container.end());
3406 }
3407};
3408// Structured Bindings Support
3409// For further reference see https://blog.tartanllama.xyz/structured-bindings/

Callers 15

from_jsonFunction · 0.45
from_json_array_implFunction · 0.45
end_objectMethod · 0.45
next_byte_in_rangeMethod · 0.45
set_endMethod · 0.45
operator*Method · 0.45
operator->Method · 0.45
to_stringMethod · 0.45
json_pointerClass · 0.45
json.hppFile · 0.45
write_ubjsonMethod · 0.45
calc_bson_object_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected