OpenKalman
Functions
largest_pattern.hpp File Reference
#include <algorithm>
#include "collections/collections.hpp"
#include "coordinates/concepts/pattern.hpp"
#include "coordinates/concepts/pattern_collection.hpp"
Include dependency graph for largest_pattern.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)