@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
| 21998 | /// @brief returns an iterator to the reverse-end |
| 21999 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |
| 22000 | reverse_iterator rend() noexcept |
| 22001 | { |
| 22002 | return reverse_iterator(begin()); |
| 22003 | } |
| 22004 | |
| 22005 | /// @brief returns an iterator to the reverse-end |
| 22006 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |