random/unique_seed.hpp 更新

This commit is contained in:
bolero-MURAKAMI 2011-10-29 12:02:21 +09:00
parent 9d7eecc585
commit cf64e4c457
3 changed files with 75 additions and 17 deletions

View file

@ -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
//