OpenKalman
Namespaces | Variables
sized_random_access_range.hpp File Reference

Definition for collections::sized_random_access_range. More...

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

Go to the source code of this file.

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename T >
constexpr bool OpenKalman::collections::sized_random_access_range = ranges::random_access_range<remove_cvref_t<T>> and sized<T>
 A sized random access range.
 

Detailed Description

Definition for collections::sized_random_access_range.