OpenKalman
|
Definition for collections::common_tuple_type. More...
#include "collections/concepts/tuple_like.hpp"
Go to the source code of this file.
Classes | |
struct | OpenKalman::collections::detail::common_tuple_type_impl< Tup, typename > |
struct | OpenKalman::collections::detail::common_tuple_type_impl< Tup, std::index_sequence< ix... > > |
struct | OpenKalman::collections::common_tuple_type< T, typename > |
The common type within a tuple_like object, if it exists. More... | |
struct | OpenKalman::collections::common_tuple_type< T, std::enable_if_t< tuple_like< T > > > |
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
Typedefs | |
template<typename T > | |
using | OpenKalman::collections::common_tuple_type_t = typename common_tuple_type< T >::type |
Helper template for common_collection_type. | |
Definition for collections::common_tuple_type.