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

Function cend

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

2836 /// @brief returns an iterator to one past the last element
2837 /// @sa https://json.nlohmann.me/api/basic_json/cend/
2838 const_iterator cend() const noexcept
2839 {
2840 const_iterator result(this);
2841 result.set_end();
2842 return result;
2843 }
2844
2845 /// @brief returns an iterator to the reverse-beginning
2846 /// @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