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

Function begin

extern/json/json.hpp:21980–21985  ·  view source on GitHub ↗

@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/

Source from the content-addressed store, hash-verified

21978 /// @brief returns an iterator to the first element
21979 /// @sa https://json.nlohmann.me/api/basic_json/begin/
21980 iterator begin() noexcept
21981 {
21982 iterator result(this);
21983 result.set_begin();
21984 return result;
21985 }
21986
21987 /// @brief returns an iterator to the first element
21988 /// @sa https://json.nlohmann.me/api/basic_json/begin/

Callers 12

from_jsonFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
createMethod · 0.70
calc_bson_array_sizeMethod · 0.70
eraseFunction · 0.70
json.hppFile · 0.70
operator[]Function · 0.70
frontFunction · 0.70
rendFunction · 0.70
emplaceFunction · 0.70

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.80

Tested by

no test coverage detected