MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / end

Method end

src/nlohmann/json.hpp:5332–5335  ·  view source on GitHub ↗

return iterator end (needed for range-based for)

Source from the content-addressed store, hash-verified

5330
5331 /// return iterator end (needed for range-based for)
5332 iteration_proxy_value<IteratorType> end() const noexcept
5333 {
5334 return iteration_proxy_value<IteratorType>(container->end());
5335 }
5336};
5337
5338// Structured Bindings Support

Callers 15

json.hppFile · 0.45
concat_intoFunction · 0.45
from_jsonFunction · 0.45
from_json_array_implFunction · 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
set_endFunction · 0.45
operator->Function · 0.45
to_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected