OpenKalman
Namespaces | Variables
tuple_like.hpp File Reference

Definition for collections::tuple_like. More...

#include <tuple>
#include "basics/compatibility/language-features.hpp"
#include "uniformly_gettable.hpp"
Include dependency graph for tuple_like.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename T >
constexpr bool OpenKalman::collections::tuple_like = uniformly_gettable<T> and detail::is_tuple_like<std::decay_t<T>>::value
 T is a non-empty tuple, pair, array, or other type that acts like a tuple. More...
 

Detailed Description

Definition for collections::tuple_like.