OpenKalman
Namespaces | Functions
is_square_shaped.hpp File Reference

Definition of is_square_shaped function. More...

#include <optional>
Include dependency graph for is_square_shaped.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<std::size_t count, typename T , std::size_t i = 0>
constexpr auto OpenKalman::detail::get_best_square_index ()
 
template<std::size_t... Is, typename T >
constexpr auto OpenKalman::detail::is_square_shaped_impl (std::index_sequence< Is... >, const T &t)
 
template<typename T , std::enable_if_t< interface::count_indices_defined_for< T >, int > = 0>
constexpr auto OpenKalman::is_square_shaped (const T &t)
 Determine whether an object is square_shaped at runtime. More...
 

Detailed Description

Definition of is_square_shaped function.