OpenKalman
Namespaces | Functions
count_indices.hpp File Reference

Definition of count_indices function. More...

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.
 

Functions

template<typename T , std::enable_if_t< interface::count_indices_defined_for< T >, int > = 0>
constexpr auto OpenKalman::count_indices (const T &t)
 Get the number of indices available to address the components of an indexible object. More...
 

Detailed Description

Definition of count_indices function.