OpenKalman
Namespaces | Functions
assign.hpp File Reference

Definition of assign 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.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Functions

template<typename To , typename From , std::enable_if_t< indexible< To > and vector_space_descriptors_may_match_with< From, To >, int > = 0>
constexpr To && OpenKalman::assign (To &&a, From &&b)
 Assign a writable object from an indexible object. More...
 

Detailed Description

Definition of assign function.