OpenKalman
|
Definition for collections::tuple_like. More...
#include <tuple>
#include "basics/compatibility/language-features.hpp"
#include "uniformly_gettable.hpp"
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... | |
Definition for collections::tuple_like.