Go to the source code of this file.
|
|
template<std::size_t i = 0, typename P , typename MI = std::integral_constant<std::size_t, 0>, typename Max = std::integral_constant<std::size_t, 0>> |
| constexpr auto | OpenKalman::coordinates::internal::detail::largest_pattern_fixed (const P &p, MI mi={}, Max max={}) |
| |
|
template<typename P , std::enable_if_t< pattern_collection< P > and collections::sized< P > and(collections::size_of< P >::value==stdex::dynamic_extent or collections::size_of< P >::value > 0_uz> |
| constexpr auto | OpenKalman::coordinates::internal::largest_pattern (const P &p) |
| |