OpenKalman
Classes | Namespaces | Variables
triangle_type_of.hpp File Reference

Definition for triangle_type_of. More...

#include "linear-algebra/enumerations.hpp"
#include "linear-algebra/concepts/one_dimensional.hpp"
#include "../interfaces/object_traits.hpp"
#include "linear-algebra/concepts/zero.hpp"
Include dependency graph for triangle_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::detail::triangle_type_of_impl< T, typename >
 
struct  OpenKalman::detail::triangle_type_of_impl< T, std::void_t< decltype(interface::object_traits< stdex::remove_cvref_t< T >>::triangle_type_value)> >
 
struct  OpenKalman::triangle_type_of< T >
 The triangle_type associated with an indexible object. More...
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

template<typename T >
constexpr auto OpenKalman::triangle_type_of_v = triangle_type_of<T>::value
 Helper template for triangle_type_of.
 

Detailed Description

Definition for triangle_type_of.