|
OpenKalman
|
Definition for constant_value_of. More...
#include "linear-algebra/traits/constant_value.hpp"

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. | |
Definition for constant_value_of.
1.8.13