|
Cogs.Foundation
|
#include "HashFunctions.h"Go to the source code of this file.
Namespaces | |
| namespace | Cogs |
| Main Cogs namespace. | |
Functions | |
| template<typename T , typename U > | |
| constexpr size_t | Cogs::hashSequence (const T &t, const U &u) |
| Hash the last two items in a sequence of objects. | |
| template<typename T , typename U , typename... Args> | |
| constexpr size_t | Cogs::hashSequence (const T &t, const U &u, Args... args) |
| Calculates a single hash value from a sequence of objects. | |