CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
phys::units::detail::product< DX, DY, T > Struct Template Reference

product type generator. More...

#include <quantity.hpp>

Public Types

enum  {
  d1 = DX::dim1 + DY::dim1, d2 = DX::dim2 + DY::dim2, d3 = DX::dim3 + DY::dim3, d4 = DX::dim4 + DY::dim4,
  d5 = DX::dim5 + DY::dim5, d6 = DX::dim6 + DY::dim6, d7 = DX::dim7 + DY::dim7, d8 = DX::dim8 + DY::dim8
}
 
typedef dimensions< d1, d2, d3, d4, d5, d6, d7, d8 > dim
 
typedef Collapse< dim, T > type
 

Detailed Description

template<typename DX, typename DY, typename T>
struct phys::units::detail::product< DX, DY, T >

product type generator.

Definition at line 136 of file quantity.hpp.


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