#include <Unit.h>
Static Public Member Functions | |
bool | is_SI (void) |
bool | is_exact (void) |
specialization for a typelist parameter; head being a composed unit; recursive template.
Definition at line 728 of file Unit.h.
|
check all elements in typelist for being exact; if any of the units in the typelist is not exact, return false; otherwise return true. |
|
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. |