OpenKalman
|
Definition for collections::sized_random_access_range. More...
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. | |
Definition for collections::sized_random_access_range.