quickerNES/extern/phmap/examples/btree_fwd.h

7 lines
120 B
C++

#include <string>
#include <parallel_hashmap/phmap_fwd_decl.h>
using IntString = phmap::btree_map<int, std::string>;