mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
random/unique_seed.hpp 更新
This commit is contained in:
parent
9d7eecc585
commit
cf64e4c457
3 changed files with 75 additions and 17 deletions
|
@ -11,6 +11,12 @@ namespace sprout {
|
|||
template<typename T>
|
||||
struct hash;
|
||||
|
||||
//
|
||||
// to_hash
|
||||
//
|
||||
template<typename T>
|
||||
SPROUT_CONSTEXPR std::size_t to_hash(T const& v);
|
||||
|
||||
//
|
||||
// hash_combine
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue