OpenKalman
Namespaces | Functions | Variables
empty_object.hpp File Reference

Definition for empty_object. More...

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

Go to the source code of this file.

Namespaces

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

Functions

template<typename T , std::size_t... is>
constexpr auto OpenKalman::detail::empty_object_fixed_index_count (std::index_sequence< is... >)
 
template<typename T , std::enable_if_t< indexible< T >, int > = 0>
constexpr auto OpenKalman::detail::empty_object_impl ()
 

Variables

template<typename T >
constexpr bool OpenKalman::empty_object = detail::empty_object_impl<T>()
 Specifies that an object is empty (i.e., at least one index is zero-dimensional).
 

Detailed Description

Definition for empty_object.