OpenKalman
|
Definition for collections::uniform_tuple_like. More...
Go to the source code of this file.
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
Variables | |
template<typename T > | |
constexpr bool | OpenKalman::collections::uniform_tuple_like = tuple_like<T> and (size_of_v<T> == 0 or detail::has_common_tuple_type<T>::value) |
A tuple_like object that has a common_collection_type. | |
Definition for collections::uniform_tuple_like.