OpenKalman
Classes | Namespaces | Typedefs
common_collection_type.hpp File Reference

Definition for collections::common_collection_type. More...

#include "collections/concepts/collection.hpp"
#include "collections/traits/common_tuple_type.hpp"
Include dependency graph for common_collection_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::common_collection_type< T, typename >
 The common type within a collection, if it exists. More...
 
struct  OpenKalman::collections::common_collection_type< T, std::enable_if_t< ranges::range< T > > >
 

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Typedefs

template<typename T >
using OpenKalman::collections::common_collection_type_t = typename common_collection_type< T >::type
 Helper template for common_collection_type.
 

Detailed Description

Definition for collections::common_collection_type.