mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
7 lines
120 B
C++
Vendored
7 lines
120 B
C++
Vendored
#include <string>
|
|
|
|
#include <parallel_hashmap/phmap_fwd_decl.h>
|
|
|
|
using IntString = phmap::btree_map<int, std::string>;
|
|
|