MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / rbegin

Function rbegin

examples/server/json.hpp:21986–21989  ·  view source on GitHub ↗

@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/

Source from the content-addressed store, hash-verified

21984 /// @brief returns an iterator to the reverse-beginning
21985 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
21986 reverse_iterator rbegin() noexcept
21987 {
21988 return reverse_iterator(end());
21989 }
21990
21991 /// @brief returns an iterator to the reverse-beginning
21992 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/

Callers

nothing calls this directly

Calls 2

crbeginFunction · 0.85
endFunction · 0.70

Tested by

no test coverage detected