|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
#include "mtcore/units/base.hpp"

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::angle |
Variables | |
| constexpr auto | mtcore::units::angle::radians = Units<Unit<dimensions::ANGLE>>{} |
| constexpr auto | mtcore::units::angle::degree = Units<Unit<dimensions::ANGLE, std::ratio<1, 180>, 1>>{} |