OpenKalman
Classes | Variables
descriptor_range.hpp File Reference

Definition for pattern_range. More...

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

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::descriptor_range
 An object describing a range of collections::descriptor objects. More...
 

Detailed Description

Definition for pattern_range.

Variable Documentation

◆ descriptor_range

template<typename T >
constexpr bool OpenKalman::coordinates::descriptor_range
Initial value:
= collections::sized_random_access_range<T> and
detail::is_descriptor_range<std::decay_t<T>>::value
constexpr bool value
T is numerical value or is reducible to a numerical value.
Definition: value.hpp:31

An object describing a range of collections::descriptor objects.

This can be, for example, a std::vector containing groups.