MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / end

Function end

examples/server/json.hpp:21961–21966  ·  view source on GitHub ↗

@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/

Source from the content-addressed store, hash-verified

21959 /// @brief returns an iterator to one past the last element
21960 /// @sa https://json.nlohmann.me/api/basic_json/end/
21961 iterator end() noexcept
21962 {
21963 iterator result(this);
21964 result.set_end();
21965 return result;
21966 }
21967
21968 /// @brief returns an iterator to one past the last element
21969 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 13

from_json_array_implFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
createMethod · 0.70
calc_bson_array_sizeMethod · 0.70
eraseFunction · 0.70
findFunction · 0.70
json.hppFile · 0.70
valueFunction · 0.70
backFunction · 0.70
rbeginFunction · 0.70

Calls 2

cendFunction · 0.85
set_endMethod · 0.80

Tested by

no test coverage detected