mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
sprout/checksum/sha1.hpp 追加
sprout/null_array.hpp -> sprout/pit.hpp リネーム sprout/uuid.hpp 追加
This commit is contained in:
parent
9074c9a1cf
commit
0f8db75fca
22 changed files with 2126 additions and 86 deletions
|
@ -216,7 +216,7 @@ namespace sprout {
|
|||
public:
|
||||
typedef T* argument_type;
|
||||
typedef std::size_t result_type;
|
||||
public: \
|
||||
public:
|
||||
SPROUT_CONSTEXPR std::size_t operator()(T* v) const {
|
||||
return sprout::hash_value(v);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue