MT Core (C++)
Core library for replacing C++ standard in project usage
|
Go to the source code of this file.
Namespaces | |
namespace | mtcore |
Core library for C++ with Zig-related functionality. | |
namespace | mtcore::units |
Base namespace for units. | |
namespace | mtcore::units::temperature |
Variables | |
constexpr auto | mtcore::units::temperature::kelvin = Units<Unit<dimensions::TEMPERATURE>>{} |
constexpr auto | mtcore::units::temperature::celsius = Units<Unit<dimensions::TEMPERATURE, std::ratio<1>, 0, std::ratio<5463, 20>>>{} |
constexpr auto | mtcore::units::temperature::fahrenheit = Units<Unit<dimensions::TEMPERATURE, std::ratio<5, 9>, 0, std::ratio<45967, 100>>>{} |