Vowpal Wabbit
|
#include <cstdint>
#include <cstddef>
#include <string>
#include "future_compat.h"
#include "hash.h"
Typedefs | |
typedef uint64_t(* | hash_func_t) (const char *s, 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) |
typedef uint64_t(* hash_func_t) (const char *s, size_t, uint64_t) |
hash_func_t getHasher | ( | const std::string & | s | ) |
|
inline |
|
inline |