16 #ifndef OPENKALMAN_GET_MDSPAN_HPP 17 #define OPENKALMAN_GET_MDSPAN_HPP 32 template<
typename T, std::enable_if_t<indexible<T>,
int> = 0>
34 constexpr decltype(
auto)
The root namespace for OpenKalman.
Definition: basics.hpp:34
Forward declaration of object_traits, which must be defined for all objects used in OpenKalman...
Definition: object_traits.hpp:38
Definition of object_traits for std::mdspan.
Definition of object_traits for std::mdspan.
Definition for indexible.
decltype(auto) constexpr get_mdspan(T &&t)
Get the mdspan associated with indexible object T.
Definition: get_mdspan.hpp:35