MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / begin

Function begin

src/include/nlohmann/json.hpp:2797–2802  ·  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

2795 /// @brief returns an iterator to the first element
2796 /// @sa https://json.nlohmann.me/api/basic_json/begin/
2797 iterator begin() noexcept
2798 {
2799 iterator result(this);
2800 result.set_begin();
2801 return result;
2802 }
2803
2804 /// @brief returns an iterator to the first element
2805 /// @sa https://json.nlohmann.me/api/basic_json/begin/

Callers 15

encode_intoFunction · 0.85
to_base64Function · 0.85
json.hppFile · 0.85
operator[]Function · 0.85
frontFunction · 0.85
rendFunction · 0.85
emplaceFunction · 0.85
eraseFunction · 0.85
macro_scope.hppFile · 0.85
from_jsonFunction · 0.85
calc_bson_array_sizeMethod · 0.85
constructMethod · 0.85

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.80

Tested by

no test coverage detected