16 #ifndef OPENKALMAN_GET_HASH_CODE_HPP 17 #define OPENKALMAN_GET_HASH_CODE_HPP 20 #include "linear-algebra/coordinates/interfaces/coordinate_descriptor_traits.hpp" 30 template<descriptor Arg>
32 template<
typename Arg, std::enable_if_t<descriptor<Arg>,
int> = 0>
44 #endif //OPENKALMAN_GET_HASH_CODE_HPP Definition: get_component_start_indices.hpp:29
Definition for coordinates::descriptor.
constexpr std::size_t get_hash_code(const Arg &arg)
Obtain a unique hash code for an coordinates::descriptor.
Definition: get_hash_code.hpp:35
Traits for coordinates::pattern objects.
Definition: coordinate_descriptor_traits.hpp:41