Alexandria 2.31.2
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::GridContainer::GridAxisFitsReader< GridType >::AxesTupleType< I, typename > Struct Template Reference

Public Types

using previous = typename AxesTupleType<I - 1>::type
 
using type = decltype(std::tuple_cat(std::declval<previous>(), std::declval<std::tuple<AxisType<I>>>()))
 

Detailed Description

template<typename GridType>
template<int I, typename = void>
struct Euclid::GridContainer::GridAxisFitsReader< GridType >::AxesTupleType< I, typename >

Definition at line 167 of file FitsSerialize.icpp.

Member Typedef Documentation

◆ previous

template<typename GridType>
template<int I, typename = void>
using Euclid::GridContainer::GridAxisFitsReader< GridType >::AxesTupleType< I, typename >::previous = typename AxesTupleType<I - 1>::type

Definition at line 168 of file FitsSerialize.icpp.

◆ type

template<typename GridType>
template<int I, typename = void>
using Euclid::GridContainer::GridAxisFitsReader< GridType >::AxesTupleType< I, typename >::type = decltype(std::tuple_cat(std::declval<previous>(), std::declval<std::tuple<AxisType<I>>>()))

Definition at line 169 of file FitsSerialize.icpp.


The documentation for this struct was generated from the following file: