#ifndef SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP #define SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP #include #include #include #include namespace sprout { template SPROUT_CONSTEXPR std::size_t hash_value(sscrisk::cel::array const& v) { return sprout::hash_range(v.begin(), v.end()); } } // namespace sprout #endif // #ifndef SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP