User defined literals for more conveniently setting the value of physical quantities. More...
Functions | |
constexpr Length | playrho::literals::operator""_cm (long double v) noexcept |
SI unit symbol for a centimeter of Length. More... | |
constexpr Length | playrho::literals::operator""_cm (unsigned long long int v) noexcept |
SI unit symbol for a centimeter of Length. More... | |
constexpr Time | playrho::literals::operator""_d (long double v) noexcept |
Symbol for a day unit of Time. More... | |
constexpr Time | playrho::literals::operator""_d (unsigned long long int v) noexcept |
Symbol for a day unit of Time. More... | |
constexpr Angle | playrho::literals::operator""_deg (long double v) noexcept |
Abbreviation for a degree unit of Angle. More... | |
constexpr Angle | playrho::literals::operator""_deg (unsigned long long int v) noexcept |
Abbreviation for a degree unit of Angle. More... | |
constexpr Length | playrho::literals::operator""_dm (long double v) noexcept |
SI unit symbol for a decimeter of Length. More... | |
constexpr Length | playrho::literals::operator""_dm (unsigned long long int v) noexcept |
SI unit symbol for a decimeter of Length. More... | |
constexpr Mass | playrho::literals::operator""_g (long double v) noexcept |
SI unit symbol for a gram unit of Mass. More... | |
constexpr Mass | playrho::literals::operator""_g (unsigned long long int v) noexcept |
SI unit symbol for a gram unit of Mass. More... | |
constexpr Length | playrho::literals::operator""_Gm (long double v) noexcept |
SI unit symbol for a gigameter unit of Length. More... | |
constexpr Length | playrho::literals::operator""_Gm (unsigned long long int v) noexcept |
SI unit symbol for a gigameter unit of Length. More... | |
constexpr Time | playrho::literals::operator""_h (long double v) noexcept |
Symbol for an hour unit of Time. More... | |
constexpr Time | playrho::literals::operator""_h (unsigned long long int v) noexcept |
Symbol for an hour unit of Time. More... | |
constexpr Frequency | playrho::literals::operator""_Hz (long double v) noexcept |
SI symbol for a hertz unit of Frequency. More... | |
constexpr Frequency | playrho::literals::operator""_Hz (unsigned long long int v) noexcept |
SI symbol for a hertz unit of Frequency. More... | |
constexpr Mass | playrho::literals::operator""_kg (long double v) noexcept |
SI unit symbol for a kilogram unit of Mass. More... | |
constexpr Mass | playrho::literals::operator""_kg (unsigned long long int v) noexcept |
SI unit symbol for a kilogram unit of Mass. More... | |
constexpr AreaDensity | playrho::literals::operator""_kgpm2 (long double v) noexcept |
Abbreviation for kilogram per square meter. | |
constexpr AreaDensity | playrho::literals::operator""_kgpm2 (unsigned long long int v) noexcept |
Abbreviation for kilogram per square meter. | |
constexpr Length | playrho::literals::operator""_km (long double v) noexcept |
SI symbol for a kilometer unit of Length. More... | |
constexpr Length | playrho::literals::operator""_km (unsigned long long int v) noexcept |
SI symbol for a kilometer unit of Length. More... | |
constexpr LinearVelocity | playrho::literals::operator""_kps (long double v) noexcept |
Abbreviation for kilometer per second. More... | |
constexpr LinearVelocity | playrho::literals::operator""_kps (unsigned long long int v) noexcept |
Abbreviation for kilometer per second. More... | |
constexpr Length | playrho::literals::operator""_m (long double v) noexcept |
SI unit symbol for a meter of Length. More... | |
constexpr Length | playrho::literals::operator""_m (unsigned long long int v) noexcept |
SI unit symbol for a meter of Length. More... | |
constexpr Area | playrho::literals::operator""_m2 (long double v) noexcept |
Abbreviation for meter squared unit of Area. More... | |
constexpr Area | playrho::literals::operator""_m2 (unsigned long long int v) noexcept |
Abbreviation for meter squared unit of Area. More... | |
constexpr Time | playrho::literals::operator""_min (long double v) noexcept |
SI symbol for a minute unit of Time. More... | |
constexpr Time | playrho::literals::operator""_min (unsigned long long int v) noexcept |
SI symbol for a minute unit of Time. More... | |
constexpr Length | playrho::literals::operator""_Mm (long double v) noexcept |
SI unit symbol for a megameter unit of Length. More... | |
constexpr Length | playrho::literals::operator""_Mm (unsigned long long int v) noexcept |
SI unit symbol for a megameter unit of Length. More... | |
constexpr LinearVelocity | playrho::literals::operator""_mps (long double v) noexcept |
Abbreviation for meter per second. More... | |
constexpr LinearVelocity | playrho::literals::operator""_mps (unsigned long long int v) noexcept |
Abbreviation for meter per second. More... | |
constexpr LinearAcceleration | playrho::literals::operator""_mps2 (long double v) noexcept |
Abbreviation for meter per second squared. More... | |
constexpr LinearAcceleration | playrho::literals::operator""_mps2 (unsigned long long int v) noexcept |
Abbreviation for meter per second squared. More... | |
constexpr Force | playrho::literals::operator""_N (long double v) noexcept |
SI symbol for a newton unit of Force. More... | |
constexpr Force | playrho::literals::operator""_N (unsigned long long int v) noexcept |
SI symbol for a newton unit of Force. More... | |
constexpr Torque | playrho::literals::operator""_Nm (long double v) noexcept |
Abbreviation for newton-meter unit of torque. More... | |
constexpr Torque | playrho::literals::operator""_Nm (unsigned long long int v) noexcept |
Abbreviation for newton-meter unit of torque. More... | |
constexpr Momentum | playrho::literals::operator""_Ns (long double v) noexcept |
SI symbol for a newton second of impulse. More... | |
constexpr Momentum | playrho::literals::operator""_Ns (unsigned long long int v) noexcept |
SI symbol for a newton second of impulse. More... | |
constexpr Mass | playrho::literals::operator""_Pg (long double v) noexcept |
SI unit symbol for a petagram unit of Mass. More... | |
constexpr Mass | playrho::literals::operator""_Pg (unsigned long long int v) noexcept |
SI unit symbol for a petagram unit of Mass. More... | |
constexpr Angle | playrho::literals::operator""_rad (long double v) noexcept |
SI symbol for a radian unit of Angle. More... | |
constexpr Angle | playrho::literals::operator""_rad (unsigned long long int v) noexcept |
SI symbol for a radian unit of Angle. More... | |
constexpr AngularVelocity | playrho::literals::operator""_rpm (long double v) noexcept |
Abbreviation for revolutions per minute. More... | |
constexpr AngularVelocity | playrho::literals::operator""_rpm (unsigned long long int v) noexcept |
Abbreviation for revolutions per minute. More... | |
constexpr Time | playrho::literals::operator""_s (long double v) noexcept |
SI symbol for a second unit of Time. More... | |
constexpr Time | playrho::literals::operator""_s (unsigned long long int v) noexcept |
SI symbol for a second unit of Time. More... | |
constexpr Mass | playrho::literals::operator""_Yg (long double v) noexcept |
SI unit symbol for a yottagram unit of Mass. More... | |
constexpr Mass | playrho::literals::operator""_Yg (unsigned long long int v) noexcept |
SI unit symbol for a yottagram unit of Mass. More... | |
User defined literals for more conveniently setting the value of physical quantities.
|
constexprnoexcept |
SI unit symbol for a centimeter of Length.
|
constexprnoexcept |
SI unit symbol for a centimeter of Length.
|
constexprnoexcept |
Symbol for a day unit of Time.
|
constexprnoexcept |
Symbol for a day unit of Time.
|
constexprnoexcept |
Abbreviation for a degree unit of Angle.
|
constexprnoexcept |
Abbreviation for a degree unit of Angle.
|
constexprnoexcept |
SI unit symbol for a decimeter of Length.
|
constexprnoexcept |
SI unit symbol for a decimeter of Length.
|
constexprnoexcept |
SI unit symbol for a gram unit of Mass.
|
constexprnoexcept |
SI unit symbol for a gram unit of Mass.
|
constexprnoexcept |
SI unit symbol for a gigameter unit of Length.
|
constexprnoexcept |
SI unit symbol for a gigameter unit of Length.
|
constexprnoexcept |
Symbol for an hour unit of Time.
|
constexprnoexcept |
Symbol for an hour unit of Time.
|
constexprnoexcept |
SI symbol for a hertz unit of Frequency.
|
constexprnoexcept |
SI symbol for a hertz unit of Frequency.
|
constexprnoexcept |
SI unit symbol for a kilogram unit of Mass.
|
constexprnoexcept |
SI unit symbol for a kilogram unit of Mass.
|
constexprnoexcept |
SI symbol for a kilometer unit of Length.
|
constexprnoexcept |
SI symbol for a kilometer unit of Length.
|
constexprnoexcept |
Abbreviation for kilometer per second.
|
constexprnoexcept |
Abbreviation for kilometer per second.
|
constexprnoexcept |
SI unit symbol for a meter of Length.
|
constexprnoexcept |
SI unit symbol for a meter of Length.
|
constexprnoexcept |
Abbreviation for meter squared unit of Area.
|
constexprnoexcept |
Abbreviation for meter squared unit of Area.
|
constexprnoexcept |
SI symbol for a minute unit of Time.
|
constexprnoexcept |
SI symbol for a minute unit of Time.
|
constexprnoexcept |
SI unit symbol for a megameter unit of Length.
|
constexprnoexcept |
SI unit symbol for a megameter unit of Length.
|
constexprnoexcept |
Abbreviation for meter per second.
|
constexprnoexcept |
Abbreviation for meter per second.
|
constexprnoexcept |
Abbreviation for meter per second squared.
|
constexprnoexcept |
Abbreviation for meter per second squared.
|
constexprnoexcept |
SI symbol for a newton unit of Force.
|
constexprnoexcept |
SI symbol for a newton unit of Force.
|
constexprnoexcept |
Abbreviation for newton-meter unit of torque.
|
constexprnoexcept |
Abbreviation for newton-meter unit of torque.
|
constexprnoexcept |
SI symbol for a newton second of impulse.
|
constexprnoexcept |
SI symbol for a newton second of impulse.
|
constexprnoexcept |
SI unit symbol for a petagram unit of Mass.
|
constexprnoexcept |
SI unit symbol for a petagram unit of Mass.
|
constexprnoexcept |
SI symbol for a radian unit of Angle.
|
constexprnoexcept |
SI symbol for a radian unit of Angle.
|
constexprnoexcept |
Abbreviation for revolutions per minute.
|
constexprnoexcept |
Abbreviation for revolutions per minute.
|
constexprnoexcept |
SI symbol for a second unit of Time.
|
constexprnoexcept |
SI symbol for a second unit of Time.
|
constexprnoexcept |
SI unit symbol for a yottagram unit of Mass.
|
constexprnoexcept |
SI unit symbol for a yottagram unit of Mass.