#include <limits.h>
#include <cstdint>
#include <numeric>
Go to the source code of this file.
Functions | |
template<typename It > | |
unsigned long long | fowler_noll_vo_fingerprint64 (It begin, It end) |
template<typename It > | |
uint32_t | fowler_noll_vo_fingerprint64_32 (It begin, It end) |
unsigned long long fowler_noll_vo_fingerprint64 | ( | It | begin, |
It | end | ||
) |
uint32_t fowler_noll_vo_fingerprint64_32 | ( | It | begin, |
It | end | ||
) |