MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / begin

Function begin

Source/external/json.hpp:21936–21941  ·  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

21934 /// @brief returns an iterator to the first element
21935 /// @sa https://json.nlohmann.me/api/basic_json/begin/
21936 iterator begin() noexcept
21937 {
21938 iterator result(this);
21939 result.set_begin();
21940 return result;
21941 }
21942
21943 /// @brief returns an iterator to the first element
21944 /// @sa https://json.nlohmann.me/api/basic_json/begin/

Callers 13

loadLevelMethod · 0.85
from_jsonFunction · 0.85
constructMethod · 0.85
constructMethod · 0.85
createMethod · 0.85
calc_bson_array_sizeMethod · 0.85
eraseFunction · 0.85
json.hppFile · 0.85
operator[]Function · 0.85
frontFunction · 0.85
rendFunction · 0.85

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.80

Tested by

no test coverage detected