3#include "HashFunctions.h"
7 template<
typename T,
typename U>
13 template<
typename T,
typename U,
typename... Args>
14 constexpr size_t hashSequence(
const T& t,
const U& u, Args... args) {
Contains all Cogs related functionality.
constexpr size_t hash() noexcept
Simple getter function that returns the initial value for fnv1a hashing.
constexpr size_t hashSequence(const T &t, const U &u)
Hash the last two items in a sequence of objects.