OpenKalman
|
Definition for collections::sized. More...
Go to the source code of this file.
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
OpenKalman::collections::detail_sized | |
An object (std::ranges::sized_range, std::tuple, std::span, etc.) that has a discernible size. | |
Variables | |
template<typename T > | |
constexpr bool | OpenKalman::collections::detail_sized::sized = ranges::sized_range<remove_cvref_t<T>> or has_tuple_size<T>::value |
Definition for collections::sized.