OpenKalman
Functions
check_block_limits.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<std::size_t limit_ix, std::size_t index, typename Arg , typename... Limits>
constexpr void OpenKalman::internal::detail::check_block_limit (const Arg &arg, const Limits &...)
 
template<std::size_t... limit_ix, std::size_t... indices, typename Arg , typename... Limits>
constexpr void OpenKalman::internal::check_block_limits (std::index_sequence< limit_ix... >, std::index_sequence< indices... >, const Arg &arg, const Limits &...limits)