OpenKalman
Classes | Namespaces | Functions
from_tuple_like.hpp File Reference

Definition for collections::from_tuple_like. More...

#include "values/values.hpp"
#include "collections/functions/get.hpp"
#include "collections/functions/lexicographical_compare_three_way.hpp"
#include "collections/traits/size_of.hpp"
#include "collections/traits/collection_element.hpp"
#include "collections/traits/common_collection_type.hpp"
#include "internal/tuple_wrapper.hpp"
Include dependency graph for from_tuple_like.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_like< Tup >
 A collection_view created from a viewable_tuple_like object. More...
 
struct  OpenKalman::collections::from_tuple_like< Tup >::iterator< Const >
 Iterator for from_tuple_like. More...
 
struct  std::tuple_size< OpenKalman::collections::from_tuple_like< Tup > >
 
struct  std::tuple_element< i, OpenKalman::collections::from_tuple_like< Tup > >
 

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Functions

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

Detailed Description

Definition for collections::from_tuple_like.