[ 原始碼: ordered-map ]
套件:libtsl-ordered-map-dev(1.0.0-1)
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.