|
OpenKalman
|
Definition for collections::tuple_like. More...


Go to the source code of this file.
Namespaces | |
| OpenKalman::collections | |
| Namespace for collections. | |
Variables | |
| template<typename T > | |
| constexpr bool | OpenKalman::collections::tuple_like = 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.
1.8.13