ATLAS Offline Software
|
Wrapper namespace for our xxhash (xxh3) wrapper function. More...
Functions | |
std::uint64_t | hash64 (const void *data, std::size_t size) |
Passthrough to XXH3_64bits. More... | |
template<typename Cont > | |
std::uint64_t | hash64 (const Cont &cont) |
Hash a container with data() and size() members. More... | |
template<typename POD , typename = std::enable_if_t<std::is_standard_layout_v<POD> && std::is_trivial_v<POD>>> | |
std::uint64_t | hash64 (const POD &pod) |
Hash a POD value / struct. More... | |
Wrapper namespace for our xxhash (xxh3) wrapper function.
std::uint64_t xxh3::hash64 | ( | const Cont & | cont | ) |
std::uint64_t xxh3::hash64 | ( | const POD & | pod | ) |