OpenKalman
Classes | Namespaces | Functions
get_is_euclidean.hpp File Reference

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"
Include dependency graph for get_is_euclidean.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::detail::is_unbound_fixed_range< T, typename >
 
struct  OpenKalman::coordinates::detail::is_unbound_fixed_range< T, std::enable_if_t< stdex::ranges::range< T > > >
 

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.
 

Detailed Description

Definition for get_is_euclidean.