#include <Dimension.h>
Public Types | |
| enum | { EQ } |
| return value More... | |
specialization for two typelists, characterized by their respective Head and Tail; it is assumed that the typelists consist of (seven) Rational numbers; recursive template.
Definition at line 95 of file Dimension.h.
| anonymous enum |
return value
recursively determined by inspecting the two Heads (by compile time determination of these two Rational numbers) and then calling itself on the two Tail parts of the typelists; if any comparison determines a difference between the Rationals, the return value is 0, else it is 1.
Definition at line 106 of file Dimension.h.
1.5.3