@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
| 22042 | /// @brief returns an iterator to the reverse-end |
| 22043 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |
| 22044 | reverse_iterator rend() noexcept |
| 22045 | { |
| 22046 | return reverse_iterator(begin()); |
| 22047 | } |
| 22048 | |
| 22049 | /// @brief returns an iterator to the reverse-end |
| 22050 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |