astrotypes  0.0
Public Types | List of all members
pss::astrotypes::InternalSliceTraits< ParentT, ExcludeDimension > Struct Template Reference

#include <src/cpp/pss/astrotypes/multiarray/Slice.h>

Inheritance diagram for pss::astrotypes::InternalSliceTraits< ParentT, ExcludeDimension >:
Inheritance graph

Public Types

typedef ParentT Parent
 
typedef std::tuple< ExcludeDimension > ExcludeTuple
 

Detailed Description

template<typename ParentT, typename ExcludeDimension>
struct pss::astrotypes::InternalSliceTraits< ParentT, ExcludeDimension >

Definition at line 74 of file Slice.h.

Member Typedef Documentation

template<typename ParentT, typename ExcludeDimension>
typedef std::tuple<ExcludeDimension> pss::astrotypes::InternalSliceTraits< ParentT, ExcludeDimension >::ExcludeTuple

Definition at line 76 of file Slice.h.

template<typename ParentT, typename ExcludeDimension>
typedef ParentT pss::astrotypes::InternalSliceTraits< ParentT, ExcludeDimension >::Parent

Definition at line 75 of file Slice.h.