[go: up one dir, main page]

Menu

[r203]: / openthermo / hash.h  Maximize  Restore  History

Download this file

6 lines (5 with data), 78 Bytes

1
2
3
4
5
#ifndef HASH_H
#define HASH_H
#include <map>
#define Hash std::map
#endif