#include <Digital.h>
Static Public Attributes | |
| static const bool | ratio = true |
| definition of standardization ratio | |
| static const bool | exact = true |
| definition of exactness | |
partial specialization for Unity and all storage types
Definition at line 121 of file Digital.h.
const bool quantity::Standard< digital::Unity, bool >::ratio = true [static] |
definition of standardization ratio
in contrast to quantities with variable ST, here the storage type is fixed to bool, and Standard can be fully specialized
const bool quantity::Standard< digital::Unity, bool >::exact = true [static] |
definition of exactness
in contrast to quantities with variable ST, here the storage type is fixed to bool, and Standard can be fully specialized
1.5.3