MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / rbegin

Function rbegin

third-party/nlohmann/include/nlohmann/json.hpp:2552–2555  ·  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

2550 /// @brief returns an iterator to the reverse-beginning
2551 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
2552 reverse_iterator rbegin() noexcept
2553 {
2554 return reverse_iterator(end());
2555 }
2556
2557 /// @brief returns an iterator to the reverse-beginning
2558 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/

Callers

nothing calls this directly

Calls 2

endFunction · 0.85
crbeginFunction · 0.85

Tested by

no test coverage detected