OpenKalman
Functions
is_uniform_component_of.hpp File Reference

Functions for is_uniform_component_of objects. More...

#include <type_traits>
Include dependency graph for is_uniform_component_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename A , typename B , std::enable_if_t< coordinates::pattern< A > and coordinates::pattern< B >, int > = 0>
constexpr bool OpenKalman::coordinates::internal::is_uniform_component_of (const A &a, const B &b)
 
template<typename S1 , typename S2 >
constexpr bool OpenKalman::coordinates::internal::is_uniform_component_of (const coordinates::DynamicDescriptor< S1 > &a, const coordinates::DynamicDescriptor< S2 > &b)
 
template<typename A , typename S , std::enable_if_t< coordinates::pattern< A >, int > = 0>
constexpr bool OpenKalman::coordinates::internal::is_uniform_component_of (const A &a, const coordinates::DynamicDescriptor< S > &b)
 
template<typename S , typename B , std::enable_if_t< coordinates::pattern< B >, int > = 0>
constexpr bool OpenKalman::coordinates::internal::is_uniform_component_of (const coordinates::DynamicDescriptor< S > &a, const B &b)
 

Detailed Description

Functions for is_uniform_component_of objects.