OpenKalman
Namespaces | Functions
copy_from.hpp File Reference

Definition of copy_from function. More...

#include "linear-algebra/interfaces/interfaces-defined.hpp"
#include "linear-algebra/traits/index_count.hpp"
#include "linear-algebra/traits/get_index_extent.hpp"
#include "linear-algebra/traits/access.hpp"
#include "linear-algebra/concepts/copyable_from.hpp"
Include dependency graph for copy_from.hpp:
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 Source , typename Dest , std::enable_if_t< copyable_from< Dest, Source >, int > = 0>
decltype(auto) constexpr OpenKalman::copy_from (Dest &&dest, Source &&source)
 Copy elements from one object to another. More...
 

Detailed Description

Definition of copy_from function.