#include <Dimension.h>
Public Types | |
enum | { RET } |
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 90 of file Dimension.h.
|
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 101 of file Dimension.h. |