|
typedef make_system
< length_unit_tag,
mass_unit_tag, time_unit_tag,
current_unit_tag,
temperature_unit_tag,
amount_unit_tag,
luminous_intensity_unit_tag,
plane_angle_unit_tag,
solid_angle_unit_tag >::type | system |
|
typedef unit< length_dimension,
system > | length |
| abstract unit of length More...
|
|
typedef unit< mass_dimension,
system > | mass |
| abstract unit of mass More...
|
|
typedef unit< time_dimension,
system > | time |
| abstract unit of time More...
|
|
typedef unit
< current_dimension, system > | current |
| abstract unit of current More...
|
|
typedef unit
< temperature_dimension,
system > | temperature |
| abstract unit of temperature More...
|
|
typedef unit< amount_dimension,
system > | amount |
| abstract unit of amount More...
|
|
typedef unit
< luminous_intensity_dimension,
system > | luminous_intensity |
| abstract unit of luminous intensity More...
|
|
typedef unit
< plane_angle_dimension,
system > | plane_angle |
| abstract unit of plane angle More...
|
|
typedef unit
< solid_angle_dimension,
system > | solid_angle |
| abstract unit of solid angle More...
|
|