#include <algorithm>
#include <stdexcept>
#include <vector>
#include "basics/compatibility/ranges.hpp"
Go to the source code of this file.
|
template<typename Indices , typename MinCount , std::enable_if_t< values::index< MinCount >, int > = 0> |
decltype(auto) | OpenKalman::internal::truncate_indices (const Indices &indices, const MinCount &min_count) |
|