16 #ifndef OPENKALMAN_COLLECTIONS_SIZED_HPP 17 #define OPENKALMAN_COLLECTIONS_SIZED_HPP 27 #ifdef __cpp_lib_ranges 32 constexpr
bool sized =
34 values::index<decltype(collections::get_size(std::declval<T>()))>;
Namespace for collections.
Definition: collections.hpp:27
Definition for collections::get_size.
constexpr bool sized
An object (std::ranges::sized_range, std::tuple, std::span, etc.) that has a discernible size...
Definition: sized.hpp:32
Basic definitions for OpenKalman as a whole.