#include <Dimension.h>
Public Types | |
enum | { IsDimensionless } |
the return value More... |
specialization for a Typelist; recursive template; the numerators of the rational numbers in the typelist are checked; the dimension is dimensionless if the first entry in the typelist has a numerator of 0, and the rest of the typelist also indicates dimensionlessness; i.e., if any numerator is not equal to 0, the dimension is NOT dimensionless.
Definition at line 57 of file Dimension.h.
|
the return value false or 0 if the dimension list indicates a dimension, true or 1 otherwise Definition at line 63 of file Dimension.h. |