|
OpenKalman
|
Definition for get_is_euclidean. More...
#include "collections/collections.hpp"#include "coordinates/concepts/pattern.hpp"#include "coordinates/concepts/descriptor.hpp"#include "coordinates/functions/internal/get_descriptor_is_euclidean.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman::coordinates | |
| The namespace for features relating to coordinates::pattern object. | |
Functions | |
| template<typename Arg , std::enable_if_t< pattern< Arg > and(descriptor< Arg > or collections::sized< Arg > or detail::is_unbound_fixed_range< Arg >::value), int > = 0> | |
| constexpr auto | OpenKalman::coordinates::get_is_euclidean (const Arg &arg) |
| Determine, whether coordinates::pattern Arg is euclidean. | |
Definition for get_is_euclidean.
1.8.13