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

Function cend

Source/external/json.hpp:21977–21982  ·  view source on GitHub ↗

@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/

Source from the content-addressed store, hash-verified

21975 /// @brief returns an iterator to one past the last element
21976 /// @sa https://json.nlohmann.me/api/basic_json/cend/
21977 const_iterator cend() const noexcept
21978 {
21979 const_iterator result(this);
21980 result.set_end();
21981 return result;
21982 }
21983
21984 /// @brief returns an iterator to the reverse-beginning
21985 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/

Callers 4

backFunction · 0.85
findFunction · 0.85
endFunction · 0.85
crbeginFunction · 0.85

Calls 1

set_endMethod · 0.80

Tested by

no test coverage detected