@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
| 2859 | /// @brief returns an iterator to the reverse-end |
| 2860 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |
| 2861 | reverse_iterator rend() noexcept |
| 2862 | { |
| 2863 | return reverse_iterator(begin()); |
| 2864 | } |
| 2865 | |
| 2866 | /// @brief returns an iterator to the reverse-end |
| 2867 | /// @sa https://json.nlohmann.me/api/basic_json/rend/ |