OpenKalman
Namespaces | Variables
writable_by_component.hpp File Reference

Definition for writable_by_component. 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.
 

Variables

template<typename T , typename Indices = std::conditional_t<index_count_v<T> == dynamic_size, std::vector<std::size_t>, std::array<std::size_t, index_count_v<T>>>>
constexpr bool OpenKalman::writable_by_component
 Specifies that a type has components that can be set with Indices (an std::ranges::input_range) of type std::size_t. More...
 

Detailed Description

Definition for writable_by_component.