diff --git a/README.md b/README.md index 38b2366..f2b8ef7 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,6 @@ auto generate_random() -> T * llo::utils::hash_t templated class that contains unique std::uint64_t hash value for any given data. use std::hash to compute the hash. https://en.cppreference.com/w/cpp/utility/hash. use std::hash to hash type T and a random uint64_t.. ```cpp - +template +class T hash_t ```