OpenKalman
Classes | Namespaces | Typedefs
common_tuple_type.hpp File Reference

Definition for collections::common_tuple_type. More...

#include "collections/concepts/tuple_like.hpp"
Include dependency graph for common_tuple_type.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition for collections::common_tuple_type.