@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
| 22132 | /// @brief returns an iterator to the reverse-end |
| 22133 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |
| 22134 | reverse_iterator rend() noexcept |
| 22135 | { |
| 22136 | return reverse_iterator(begin()); |
| 22137 | } |
| 22138 | |
| 22139 | /// @brief returns an iterator to the reverse-end |
| 22140 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |