#include <type_traits>
#include <tuple>
#include "collections/concepts/tuple_like.hpp"
Go to the source code of this file.
|
template<std::size_t index1, std::size_t index2, typename Arg > |
constexpr auto | OpenKalman::collections::tuple_slice (Arg &&arg) |
| Takes a slice of a tuple, given an index range. More...
|
|
template<std::size_t index1, std::size_t index2, typename T , std::enable_if_t< tuple_like< T > and std::is_default_constructible_v< T >, int > = 0> |
constexpr auto | OpenKalman::collections::tuple_slice () |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|