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