OpenKalman
Namespaces | Functions
get_mdspan.hpp File Reference

Definition of get_mdspan function. More...

#include "linear-algebra/interfaces/object_traits.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/interfaces/stl/mdspan-object.hpp"
#include "linear-algebra/interfaces/stl/mdspan-library.hpp"
Include dependency graph for get_mdspan.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename T , std::enable_if_t< indexible< T >, int > = 0>
decltype(auto) constexpr OpenKalman::get_mdspan (T &&t)
 Get the mdspan associated with indexible object T.
 

Detailed Description

Definition of get_mdspan function.