Update README.md

master
_xeroxz 3 years ago
parent cd64a1f748
commit 2054627424

@ -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<std::varient> to hash type T and a random uint64_t..
```cpp
template <class T>
class T hash_t
```

Loading…
Cancel
Save