16 #ifndef OPENKALMAN_PATTERN_COLLECTION_TYPE_OF_HPP 17 #define OPENKALMAN_PATTERN_COLLECTION_TYPE_OF_HPP 31 template<
typename T,
typename =
void>
47 using type =
typename std::decay_t<decltype(get_pattern_collection(std::declval<T&>()))>;
typename pattern_collection_type_of< T >::type pattern_collection_type_of_t
helper template for pattern_collection_type_of.
Definition: pattern_collection_type_of.hpp:55
The root namespace for OpenKalman.
Definition: basics.hpp:34
Definition of get_mdspan function.
The pattern_collection type of an indexible object.
Definition: pattern_collection_type_of.hpp:33