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

Function cbegin

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

21994 /// @brief returns a const iterator to the first element
21995 /// @sa https://json.nlohmann.me/api/basic_json/cbegin/
21996 const_iterator cbegin() const noexcept
21997 {
21998 const_iterator result(this);
21999 result.set_begin();
22000 return result;
22001 }
22002
22003 /// @brief returns an iterator to one past the last element
22004 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 4

beginMethod · 0.85
frontFunction · 0.85
beginFunction · 0.85
crendFunction · 0.85

Calls 1

set_beginMethod · 0.80

Tested by

no test coverage detected