[ aramo ]
[ 源代码: ordered-map ]
软件包: libtsl-ordered-map-dev (1.0.0-1)
libtsl-ordered-map-dev 的相关链接
Trisquel 的资源:
下载源码包 ordered-map:
维护者:
Original Maintainer:
- Hilko Bengen
外部的资源:
- 主页 [github.com]
相似软件包:
C++ insertion-order-preserving hash map and hash set
The ordered-map library provides a hash map and a hash set which preserve the order of insertion in a way similar to Python's OrderedDict. When iterating over the map, the values will be returned in the same order as they were inserted.