Files
mp-units/example/alternative_namespaces/mass.h
T
Mateusz Pusz 2a56438f1c refactor: file tree with systems defninitions refactored to limit ODR issues
Relates to #32 as with this commit we created something like modules for derived quantities
2020-09-11 18:11:25 +02:00

20 lines
249 B
C++

#pragma once
#include <units/physical/si/si.h>
namespace units{
namespace experimental{
namespace mass {
template<typename Rep = double>
using kg = units::physical::si::mass<units::physical::si::kilogram, Rep>;
}
}} // units::experimental