MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / begin

Method begin

extern/json/json.hpp:5259–5262  ·  view source on GitHub ↗

return iterator begin (needed for range-based for)

Source from the content-addressed store, hash-verified

5257
5258 /// return iterator begin (needed for range-based for)
5259 iteration_proxy_value<IteratorType> begin() const noexcept
5260 {
5261 return iteration_proxy_value<IteratorType>(container->begin());
5262 }
5263
5264 /// return iterator end (needed for range-based for)
5265 iteration_proxy_value<IteratorType> end() const noexcept

Callers 15

json.hppFile · 0.45
concat_intoFunction · 0.45
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
get_ubjson_size_typeMethod · 0.45
get_ubjson_arrayMethod · 0.45
iter_implClass · 0.45
to_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected