#ifndef SPROUT_PIT_HASH_HPP #define SPROUT_PIT_HASH_HPP #include #include #include #include namespace sprout { template inline SPROUT_CONSTEXPR std::size_t hash_value(sprout::pit const& v) { return sprout::to_hash(v.elem); } } // namespace sprout #endif // #ifndef SPROUT_PIT_HASH_HPP