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

Function end

extern/json/json.hpp:22005–22010  ·  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

22003 /// @brief returns an iterator to one past the last element
22004 /// @sa https://json.nlohmann.me/api/basic_json/end/
22005 iterator end() noexcept
22006 {
22007 iterator result(this);
22008 result.set_end();
22009 return result;
22010 }
22011
22012 /// @brief returns an iterator to one past the last element
22013 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 12

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