MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / begin

Method begin

lesson6-Segmentation/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

UNetDecoderImplMethod · 0.80
forwardMethod · 0.80
from_jsonFunction · 0.80
from_json_array_implFunction · 0.80
constructMethod · 0.80
end_objectMethod · 0.80
next_byte_in_rangeMethod · 0.80
get_cbor_binaryMethod · 0.80
set_beginMethod · 0.80
to_stringMethod · 0.80
json_pointerClass · 0.80
json.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected