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