OpenKalman
Classes | Functions
FixedSizeAdapter.hpp File Reference

Definition of FixedSizeAdapter. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::internal::FixedSizeAdapter< NestedObject, Descriptors >
 

Functions

template<typename Arg , typename... Vs, std::enable_if_t< indexible< Arg > and pattern_collection< Descriptors > and(not fixed_size_adapter< Arg >), int > = 0>
 OpenKalman::internal::FixedSizeAdapter (Arg &&, const Descriptors &) -> FixedSizeAdapter< Arg, Descriptors >
 
template<typename Arg , typename... Vs, std::enable_if_t< indexible< Arg > and(... and coordinates::pattern< Vs >) and(not fixed_size_adapter< Arg >), int > = 0>
 OpenKalman::internal::FixedSizeAdapter (Arg &&, const Vs &...) -> FixedSizeAdapter< Arg, std::tuple< Vs... >>
 

Detailed Description

Definition of FixedSizeAdapter.