Registry / utility / tsl-ordered-map

tsl-ordered-map

JSON →
library1.2.0vcpkgunverified

C++ hash map and hash set which preserve the order of insertion

vcpkg install tsl-ordered-map
INSTALL
IMPORT
SIG · TSL-ORDERED-MAP
T
tsl-ordered-map
utilitycppv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tsl/ordered_map.h
#include <tsl/ordered_map.h>

Minimal usage of tsl::ordered_map

#include <tsl/ordered_map.h> int main() { tsl::ordered_map<int, int> m; m[1] = 2; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

tsl-ordered-map — pip install tsl-ordered-map · libregistry