OpenKalman
Classes | Namespaces | Functions
from_tuple.hpp File Reference

Definition for collections::from_tuple. More...

#include <type_traits>
#include "basics/compatibility/ranges.hpp"
#include "basics/compatibility/views/view_interface.hpp"
#include "basics/compatibility/language-features.hpp"
#include "values/concepts/index.hpp"
#include "values/concepts/fixed.hpp"
#include "collections/functions/get.hpp"
#include "collections/functions/compare.hpp"
#include "internal/movable_wrapper.hpp"
Include dependency graph for from_tuple.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::tuple_iterator_call_table< D, typename >
 
struct  OpenKalman::collections::detail::tuple_iterator_call_table< D, std::index_sequence<> >
 
struct  OpenKalman::collections::detail::tuple_iterator_call_table< D, std::index_sequence< is... > >
 
struct  OpenKalman::collections::from_tuple< Tup >
 A collection_view created from a uniform_tuple_like object. More...
 
struct  OpenKalman::collections::from_tuple< Tup >::iterator< Const >
 Iterator for from_tuple. More...
 
struct  std::tuple_size< OpenKalman::collections::from_tuple< Tup > >
 
struct  std::tuple_element< i, OpenKalman::collections::from_tuple< Tup > >
 

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Functions

template<typename Tup >
 OpenKalman::collections::from_tuple (Tup &&) -> from_tuple< Tup >
 

Detailed Description

Definition for collections::from_tuple.