File: hash_structs.hh

package info (click to toggle)
packup 0.6-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: cpp: 10,857; makefile: 111; sh: 6
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef HASH_STRUCTS_123
#define HASH_STRUCTS_123

#include <unordered_set>
#include <unordered_map>
#define hash_multimap unordered_multimap
#define hash_set unordered_set
#define hash_map unordered_map
using std::hash;
using std::unordered_map;
using std::unordered_set;
#endif