btree_fwd.h 120 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
#include <string>

#include <parallel_hashmap/phmap_fwd_decl.h>

using IntString = phmap::btree_map<int, std::string>;