MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / cbegin

Function cbegin

third-party/nlohmann/include/nlohmann/json.hpp:2518–2523  ·  view source on GitHub ↗

@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/

Source from the content-addressed store, hash-verified

2516 /// @brief returns a const iterator to the first element
2517 /// @sa https://json.nlohmann.me/api/basic_json/cbegin/
2518 const_iterator cbegin() const noexcept
2519 {
2520 const_iterator result(this);
2521 result.set_begin();
2522 return result;
2523 }
2524
2525 /// @brief returns an iterator to one past the last element
2526 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 3

frontFunction · 0.85
beginFunction · 0.85
crendFunction · 0.85

Calls 1

set_beginMethod · 0.80

Tested by

no test coverage detected