mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 05:34:27 +02:00
@@ -29,11 +29,12 @@
|
|||||||
#include <units/symbol_text.h>
|
#include <units/symbol_text.h>
|
||||||
// IWYU pragma: end_exports
|
// IWYU pragma: end_exports
|
||||||
|
|
||||||
|
#include <units/isq/si/prefixes.h>
|
||||||
#include <units/unit.h>
|
#include <units/unit.h>
|
||||||
|
|
||||||
namespace units::isq::si {
|
namespace units::isq::si {
|
||||||
|
|
||||||
struct kelvin : named_unit<kelvin, "K", no_prefix> {};
|
struct kelvin : named_unit<kelvin, "K", prefix> {};
|
||||||
|
|
||||||
struct dim_thermodynamic_temperature : isq::dim_thermodynamic_temperature<kelvin> {};
|
struct dim_thermodynamic_temperature : isq::dim_thermodynamic_temperature<kelvin> {};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user