boost::redis::resp3::flat_tree::reverse_iterator arrow_upward boost::redis::resp3::flat_tree::reverse_iterator The type of the iterators returned by rbegin and rend. Synopsis Declared in <boost/redis/resp3/flat_tree.hpp> using reverse_iterator = std::reverse_iterator<iterator>; Description As with iterator, users should treat this type as an unspecified contiguous iterator type rather than assuming a specific type. Created with MrDocs