|
TypeSI
Units of 'Système international' Blended for C++
|
Prefixes for SI units. More...
Go to the source code of this file.
Classes | |
| class | Si::Internal::GenericPrefix< Ratio, Unit > |
| Generic type of unit with prefix. More... | |
Namespaces | |
| namespace | Si::Internal |
| Technical namespace for core library logic. | |
Typedefs | |
| template<typename Ratio , typename Unit > | |
| using | Si::Prefix = decltype(Internal::applyPrefix< Ratio, Unit >()) |
| Public interface to apply prefix to unit. More... | |
Prefixes for SI units.
| using Si::Prefix = typedef decltype(Internal::applyPrefix<Ratio, Unit>()) |
Public interface to apply prefix to unit.
| Ratio | std::ratio representing prefix |
| Unit | Template class of SI unit |