OpenKalman
Namespaces | Functions
is_uniform_pattern_component_of.hpp File Reference

Definition of is_uniform_pattern_component_of. More...

#include "collections/collections.hpp"
#include "coordinates/concepts/pattern.hpp"
#include "coordinates/concepts/uniform_pattern.hpp"
#include "coordinates/concepts/compares_with.hpp"
#include "coordinates/traits/uniform_pattern_type.hpp"
#include "coordinates/functions/compare.hpp"
Include dependency graph for is_uniform_pattern_component_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::coordinates
 The namespace for features relating to coordinates::pattern object.
 

Functions

template<typename A , typename B , std::enable_if_t< pattern< A > and pattern< B >, int > = 0>
constexpr auto OpenKalman::coordinates::is_uniform_pattern_component_of (const A &a, const B &b)
 

Detailed Description

Definition of is_uniform_pattern_component_of.