16 #ifndef OPENKALMAN_COLLECTIONS_VIEWABLE_COLLECTION_HPP 17 #define OPENKALMAN_COLLECTIONS_VIEWABLE_COLLECTION_HPP 29 #ifdef __cpp_lib_ranges 32 constexpr
bool viewable_collection =
34 (stdex::ranges::random_access_range<T> and stdex::ranges::viewable_range<T>) or
35 viewable_tuple_like<T>;
Namespace for collections.
Definition: collections.hpp:27
constexpr bool viewable_collection
A std::range or viewable_tuple_like object that can be converted into a collection_view by passing it...
Definition: viewable_collection.hpp:32
Definition for collections::viewable_tuple_like.
Basic definitions for OpenKalman as a whole.