Go to the source code of this file.
|
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) |
|