OpenKalman
Classes | Namespaces | Variables
constant_value_of.hpp File Reference

Definition for constant_value_of. More...

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

Go to the source code of this file.

Classes

struct  OpenKalman::constant_value_of< T, typename >
 The static constant value of an indexible object, if it exists. More...
 
struct  OpenKalman::constant_value_of< T, std::enable_if_t< values::fixed< decltype(constant_value(std::declval< 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.
 

Variables

template<typename T >
constexpr auto OpenKalman::constant_value_of_v = constant_value_of<T>::value
 helper template for constant_value_of.
 

Detailed Description

Definition for constant_value_of.