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

Function cend

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

22019 /// @brief returns an iterator to one past the last element
22020 /// @sa https://json.nlohmann.me/api/basic_json/cend/
22021 const_iterator cend() const noexcept
22022 {
22023 const_iterator result(this);
22024 result.set_end();
22025 return result;
22026 }
22027
22028 /// @brief returns an iterator to the reverse-beginning
22029 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/

Callers 5

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

Calls 1

set_endMethod · 0.80

Tested by

no test coverage detected