|
| xxhasher () noexcept |
|
template<class Seed , std::enable_if_t< std::is_unsigned< Seed >::value > * = nullptr> |
| xxhasher (Seed seed) |
|
template<class Seed , std::enable_if_t< std::is_unsigned< Seed >::value > * = nullptr> |
| xxhasher (Seed seed, Seed) |
|
void | operator() (void const *key, std::size_t len) noexcept |
|
| operator std::size_t () noexcept |
|
|
static constexpr const auto | endian = boost::endian::order::native |
|
Definition at line 30 of file xxhasher.h.
◆ result_type
◆ xxhasher() [1/3]
beast::xxhasher::xxhasher |
( |
| ) |
|
|
noexcept |
◆ xxhasher() [2/3]
template<class Seed , std::enable_if_t< std::is_unsigned< Seed >::value > * = nullptr>
beast::xxhasher::xxhasher |
( |
Seed |
seed | ) |
|
|
explicit |
◆ xxhasher() [3/3]
template<class Seed , std::enable_if_t< std::is_unsigned< Seed >::value > * = nullptr>
beast::xxhasher::xxhasher |
( |
Seed |
seed, |
|
|
Seed |
|
|
) |
| |
◆ operator()()
void beast::xxhasher::operator() |
( |
void const * |
key, |
|
|
std::size_t |
len |
|
) |
| |
|
noexcept |
◆ operator std::size_t()
◆ state_
◆ endian
constexpr const auto beast::xxhasher::endian = boost::endian::order::native |
|
staticconstexpr |