Returns a range that enumerates the map in order-preserving reinsertion order.
Declared in <folly/container/F14Map.h>
Range<const_reverse_iterator>
tag_invoke(
order_preserving_reinsertion_view_fn viewFn,
F14VectorMap const& c) noexcept;
A range over the map in reverse iteration order.
| Name | Description |
|---|---|
| viewFn | The view customization-point tag. |
| c | The map to view. |