|
OpenKalman
|
#include <type_traits>#include <tuple>#include "collections/concepts/uniformly_gettable.hpp"#include "collections/traits/collection_element.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman::collections | |
| Namespace for collections. | |
Functions | |
| template<typename Arg > | |
| constexpr auto | OpenKalman::collections::detail::tuple_flatten_impl (Arg &&) |
| template<typename Arg , std::size_t... Ix> | |
| constexpr auto | OpenKalman::collections::detail::tuple_flatten_impl (Arg &&arg, std::index_sequence< Ix... >) |
| template<typename Arg , std::enable_if_t< uniformly_gettable< Arg >, int > = 0> | |
| constexpr auto | OpenKalman::collections::tuple_flatten (Arg &&arg) |
1.8.13