16 #ifndef OPENKALMAN_COLLECTIONS_COLLECTION_HPP 17 #define OPENKALMAN_COLLECTIONS_COLLECTION_HPP 31 #ifdef __cpp_lib_ranges 32 concept
collection = std::ranges::random_access_range<T> or uniformly_gettable<T>;
34 constexpr
bool collection = ranges::random_access_range<T> or uniformly_gettable<T>;
40 #endif //OPENKALMAN_COLLECTIONS_COLLECTION_HPP Definition for collections::tuple_like.
Namespace for collections.
Definition: collections.hpp:27
constexpr bool collection
An object describing a collection of objects.
Definition: collection.hpp:34