OpenKalman
Functions
truncate_indices.hpp File Reference
#include <algorithm>
#include <stdexcept>
#include <vector>
#include "basics/compatibility/ranges.hpp"
Include dependency graph for truncate_indices.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)