Files

7 lines
120 B
C++
Raw Permalink Normal View History

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