|
OpenKalman
|
Definition for element_type_of. More...
#include "linear-algebra/traits/get_mdspan.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::element_type_of< T, typename > |
| The element type (e.g., std::float, std::double, std::complex<double>) of an indexible object. More... | |
| struct | OpenKalman::element_type_of< T, std::enable_if_t< indexible< T > > > |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Typedefs | |
| template<typename T > | |
| using | OpenKalman::element_type_of_t = typename element_type_of< T >::type |
| helper template for element_type_of. | |
Definition for element_type_of.
1.8.13