mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
support hash: pair, value_holder, optional, variant, tribool
This commit is contained in:
parent
f3b405ad0f
commit
0a5f16ee81
18 changed files with 172 additions and 4 deletions
|
@ -7,6 +7,9 @@
|
|||
#include <sprout/array/array.hpp>
|
||||
|
||||
namespace sprout {
|
||||
//
|
||||
// hash_value
|
||||
//
|
||||
template<typename T, std::size_t N>
|
||||
inline SPROUT_CONSTEXPR std::size_t
|
||||
hash_value(sprout::array<T, N> const& v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue