OpenKalman
Classes | Namespaces | Variables
settable.hpp File Reference

Definition for collections::settable. More...

#include "values/values.hpp"
#include "collections/functions/get.hpp"
Include dependency graph for settable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::collections::detail::settable_impl< i, C, T, typename >
 
struct  OpenKalman::collections::detail::settable_impl< i, C, T, std::void_t< decltype(collections::get< i >(std::declval< C & >())=std::declval< T >())> >
 

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<std::size_t i, typename C , typename T >
constexpr bool OpenKalman::collections::settable = detail::settable_impl<i, C, T>::value
 C has an element i that can be set by assigning the result of a get(...) function to an object of type T. More...
 

Detailed Description

Definition for collections::settable.