OpenKalman
Namespaces | Functions
fill_components.hpp File Reference

Definition for fill_components 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<Layout layout = Layout::right, typename Arg , typename... S, std::enable_if_t< indexible< Arg > and(values::number< S > and ...) and(layout==Layout::right or layout==Layout::left) and internal::may_hold_components< Arg, S... > and(sizeof...(S)==0 or interface::fill_components_defined_for< Arg, layout, std::add_lvalue_reference_t< Arg >, S... >), int > = 0>
Arg && OpenKalman::fill_components (Arg &&arg, S...s)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 

Detailed Description

Definition for fill_components function.