OpenKalman
|
Definition for collections::common_collection_type. More...
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. | |
Definition for collections::common_collection_type.