|
TypeSI
Units of 'Système international' Blended for C++
|
Base SI units. More...
Go to the source code of this file.
Namespaces | |
| namespace | Si::Base |
| Base SI units. | |
| namespace | Si::Base::Literals |
| Use this namespace to enable literals for base units. | |
Typedefs | |
| template<typename T > | |
| using | Si::Base::Meter = Internal::Unit< T, std::ratio< 1 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Kilogram = Internal::Unit< T, std::ratio< 0 >, std::ratio< 1 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Second = Internal::Unit< T, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 1 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Ampere = Internal::Unit< T, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 1 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Kelvin = Internal::Unit< T, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 1 >, std::ratio< 0 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Mole = Internal::Unit< T, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 1 >, std::ratio< 0 > > |
| template<typename T > | |
| using | Si::Base::Candela = Internal::Unit< T, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 0 >, std::ratio< 1 > > |
Base SI units.