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

Method begin

Source/Utils/json.hpp:3941–3944  ·  view source on GitHub ↗

return iterator begin (needed for range-based for)

Source from the content-addressed store, hash-verified

3939
3940 /// return iterator begin (needed for range-based for)
3941 iteration_proxy_value<IteratorType> begin() noexcept
3942 {
3943 return iteration_proxy_value<IteratorType>(container.begin());
3944 }
3945
3946 /// return iterator end (needed for range-based for)
3947 iteration_proxy_value<IteratorType> end() noexcept

Callers 15

from_jsonFunction · 0.45
from_json_array_implFunction · 0.45
constructMethod · 0.45
end_objectMethod · 0.45
next_byte_in_rangeMethod · 0.45
get_cbor_binaryMethod · 0.45
set_beginMethod · 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