#include <Dimension.h>
Public Types | |
| enum | { EQ, RL_D, RM_N, RM_D, RT_N, RT_D, RE_N, RE_D, RTE_N, RTE_D, RA_N, RA_D, RLU_N, DimList, RL1_N, RL1_D, RM1_N, RM1_D, RT1_N, RT1_D, RE1_N, RE1_D, RTE1_N, RTE1_D, RA1_N, RA1_D, RLU1_N, EQ } |
| return value More... | |
specialization for two types Dimension<>, uses the group types GT1 and GT2, and in particular their DimList typelists; these typelists are given to DimensionEquality<>, which determines their equality.
Definition at line 492 of file Dimension.h.
| anonymous enum |
return value
determined by comparing the two typelists and passing on the return value of the comparison
| EQ | |
| RL_D | |
| RM_N | |
| RM_D | |
| RT_N | |
| RT_D | |
| RE_N | |
| RE_D | |
| RTE_N | |
| RTE_D | |
| RA_N | |
| RA_D | |
| RLU_N | |
| DimList | |
| RL1_N | |
| RL1_D | |
| RM1_N | |
| RM1_D | |
| RT1_N | |
| RT1_D | |
| RE1_N | |
| RE1_D | |
| RTE1_N | |
| RTE1_D | |
| RA1_N | |
| RA1_D | |
| RLU1_N | |
| EQ |
Definition at line 504 of file Dimension.h.
1.5.3