OpenKalman
Classes | Namespaces | Typedefs
element_type_of.hpp File Reference

Definition for element_type_of. More...

#include "linear-algebra/traits/get_mdspan.hpp"
Include dependency graph for element_type_of.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition for element_type_of.