#include "comma/basic/HashUtils.h"
#include <string>
#include <cstring>
Go to the source code of this file.
Defines | |
#define | HASH_BASIS 2166136261 |
#define | HASH_PRIME 16777619 |
#define HASH_BASIS 2166136261 |
Definition at line 17 of file HashUtils.cpp.
#define HASH_PRIME 16777619 |
Definition at line 18 of file HashUtils.cpp.