OpenKalman
Classes | Namespaces | Variables
index_range_for.hpp File Reference

Definition for index_range_for. More...

#include <type_traits>
#include "basics/compatibility/ranges.hpp"
Include dependency graph for index_range_for.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::index_range_for_impl_it< Indices, Indexible, typename >
 
struct  OpenKalman::detail::index_range_for_impl_it< Indices, Indexible, std::enable_if_t< values::index< ranges::iterator_t< Indices > > > >
 
struct  OpenKalman::detail::index_range_for_impl< Indices, Indexible, typename >
 
struct  OpenKalman::detail::index_range_for_impl< Indices, Indexible, std::enable_if_t< collections::size_of< Indices >::value==dynamic_size or index_count< Indexible >::value==dynamic_size or collections::size_of< Indices >::value >=index_count< Indexible >::value >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

template<typename Indices , typename T >
constexpr bool OpenKalman::index_range_for
 Indices is a std::ranges::sized_range of indices that are compatible with indexible object T. More...
 

Detailed Description

Definition for index_range_for.