|
OpenKalman
|
Definition for get_descriptor_hash_code. More...
#include "values/concepts/index.hpp"#include "coordinates/interfaces/coordinate_descriptor_traits.hpp"#include "coordinates/concepts/descriptor.hpp"

Go to the source code of this file.
Functions | |
| template<typename Arg , std::enable_if_t< descriptor< Arg >, int > = 0> | |
| constexpr auto | OpenKalman::coordinates::internal::get_descriptor_hash_code (const Arg &arg) |
| Obtain a unique hash code for an coordinates::descriptor. More... | |
Definition for get_descriptor_hash_code.
| constexpr auto OpenKalman::coordinates::internal::get_descriptor_hash_code | ( | const Arg & | arg | ) |
Obtain a unique hash code for an coordinates::descriptor.
Two coordinates will be equivalent if they have the same hash code.
1.8.13