OpenKalman
Classes | Variables
pattern_range.hpp File Reference

Definition for pattern_range. More...

#include "basics/compatibility/ranges.hpp"
#include "collections/concepts/sized_random_access_range.hpp"
#include "pattern.hpp"
Include dependency graph for pattern_range.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_pattern_range< T, typename >
 
struct  OpenKalman::coordinates::detail::is_pattern_range< T, std::enable_if_t< pattern< ranges::range_value_t< T > > > >
 

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::pattern_range = collections::sized_random_access_range<T> and detail::is_pattern_range<T>::value
 An object describing a collection of /ref pattern objects. More...
 

Detailed Description

Definition for pattern_range.

Variable Documentation

◆ pattern_range

template<typename T >
constexpr bool OpenKalman::coordinates::pattern_range = collections::sized_random_access_range<T> and detail::is_pattern_range<T>::value

An object describing a collection of /ref pattern objects.

This will be a pattern_tuple or a dynamic range over a collection such as std::vector.