Vowpal Wabbit
|
#include <cstdint>
#include <cstddef>
#include <string>
#include "future_compat.h"
#include "hash.h"
Typedefs | |
using | hash_func_t = uint64_t(*)(const char *, size_t, uint64_t) |
Functions | |
VW_STD14_CONSTEXPR uint64_t | hashall (const char *s, size_t len, uint64_t h) |
VW_STD14_CONSTEXPR uint64_t | hashstring (const char *s, size_t len, uint64_t h) |
hash_func_t | getHasher (const std::string &s) |
using hash_func_t = uint64_t (*)(const char*, size_t, uint64_t) |
hash_func_t getHasher | ( | const std::string & | s | ) |
|
inline |
|
inline |