|
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... >> |
|
Definition of FixedSizeAdapter.