OpenKalman
Classes | Namespaces | Variables
copyable_from.hpp File Reference
#include "basics/basics.hpp"
#include "linear-algebra/concepts/patterns_may_match_with.hpp"
#include "linear-algebra/traits/element_type_of.hpp"
#include "linear-algebra/traits/get_mdspan.hpp"
Include dependency graph for copyable_from.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::detail::is_element_copyable< To, From, typename >
 
struct  OpenKalman::detail::is_element_copyable< To, From, std::enable_if_t< stdex::assignable_from< typename std::decay_t< decltype(get_mdspan(std::declval< To >()))>::reference, typename element_type_of< From >::type > > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Variables

template<typename Dest , typename Source >
constexpr bool OpenKalman::copyable_from
 Specifies that an indexible object is copyable from another indexible object. More...