#include <Unit.h>
Static Public Member Functions | |
const bool | isSI (void) |
specialization for a typelist argument; we assume that the Composed is an SI unit if any one of the component units is also an SI unit; recursive template.
Definition at line 477 of file Unit.h.
|
check all elements in typelist for being an SI unit; if any of the units in the typelist is not an SI unit, return false; otherwise return true. |