MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::units::length Namespace Reference

Variables

constexpr auto attometre = Units<Unit<dimensions::LENGTH, std::atto>>{}
 
constexpr auto attometer = attometre
 
constexpr auto femtometre = Units<Unit<dimensions::LENGTH, std::femto>>{}
 
constexpr auto femtometer = femtometre
 
constexpr auto picometre = Units<Unit<dimensions::LENGTH, std::pico>>{}
 
constexpr auto picometer = picometre
 
constexpr auto nanometre = Units<Unit<dimensions::LENGTH, std::nano>>{}
 
constexpr auto nanometer = nanometre
 
constexpr auto micrometre = Units<Unit<dimensions::LENGTH, std::micro>>{}
 
constexpr auto micrometer = micrometre
 
constexpr auto millimetre = Units<Unit<dimensions::LENGTH, std::milli>>{}
 
constexpr auto millimeter = millimetre
 
constexpr auto centimetre = Units<Unit<dimensions::LENGTH, std::centi>>{}
 
constexpr auto centimeter = centimetre
 
constexpr auto decimetre = Units<Unit<dimensions::LENGTH, std::deci>>{}
 
constexpr auto decimeter = decimetre
 
constexpr auto metre = Units<Unit<dimensions::LENGTH>>{}
 
constexpr auto meter = metre
 
constexpr auto decametre = Units<Unit<dimensions::LENGTH, std::deca>>{}
 
constexpr auto decameter = decametre
 
constexpr auto hectometre = Units<Unit<dimensions::LENGTH, std::hecto>>{}
 
constexpr auto hectometer = hectometre
 
constexpr auto kilometre = Units<Unit<dimensions::LENGTH, std::kilo>>{}
 
constexpr auto kilometer = kilometre
 
constexpr auto megametre = Units<Unit<dimensions::LENGTH, std::mega>>{}
 
constexpr auto megameter = megametre
 
constexpr auto gigametre = Units<Unit<dimensions::LENGTH, std::giga>>{}
 
constexpr auto gigameter = gigametre
 
constexpr auto terametre = Units<Unit<dimensions::LENGTH, std::tera>>{}
 
constexpr auto terameter = terametre
 
constexpr auto petametre = Units<Unit<dimensions::LENGTH, std::peta>>{}
 
constexpr auto petameter = petametre
 
constexpr auto exametre = Units<Unit<dimensions::LENGTH, std::exa>>{}
 
constexpr auto exameter = exametre
 
constexpr auto twip = Units<Unit<dimensions::LENGTH, std::ratio<127, 7200000>>>{}
 
constexpr auto thou = Units<Unit<dimensions::LENGTH, std::ratio<254, 10000000>>>{}
 
constexpr auto barleycorn = Units<Unit<dimensions::LENGTH, std::ratio<127, 15000>>>{}
 
constexpr auto inch = Units<Unit<dimensions::LENGTH, std::ratio<381, 15000>>>{}
 
constexpr auto hand = Units<Unit<dimensions::LENGTH, std::ratio<127, 1250>>>{}
 
constexpr auto foot = Units<Unit<dimensions::LENGTH, std::ratio<381, 1250>>>{}
 
constexpr auto yard = Units<Unit<dimensions::LENGTH, std::ratio<1143, 1250>>>{}
 
constexpr auto chain = Units<Unit<dimensions::LENGTH, std::ratio<12573, 625>>>{}
 
constexpr auto furlong = Units<Unit<dimensions::LENGTH, std::ratio<25146, 125>>>{}
 
constexpr auto mile = Units<Unit<dimensions::LENGTH, std::ratio<201168, 125>>>{}
 
constexpr auto league = Units<Unit<dimensions::LENGTH, std::ratio<603504, 125>>>{}
 
constexpr auto fathom = Units<Unit<dimensions::LENGTH, std::ratio<463, 250>>>{}
 
constexpr auto cable = Units<Unit<dimensions::LENGTH, std::ratio<926, 5>>>{}
 
constexpr auto nautical_mile = Units<Unit<dimensions::LENGTH, std::ratio<1852>>>{}
 
constexpr auto link = Units<Unit<dimensions::LENGTH, std::ratio<12573, 62500>>>{}
 
constexpr auto rod = Units<Unit<dimensions::LENGTH, std::ratio<12573, 2500>>>{}
 

Variable Documentation

◆ attometer

auto mtcore::units::length::attometer = attometre
constexpr

Definition at line 31 of file length.hpp.

◆ attometre

auto mtcore::units::length::attometre = Units<Unit<dimensions::LENGTH, std::atto>>{}
constexpr

Definition at line 30 of file length.hpp.

30{};

◆ barleycorn

auto mtcore::units::length::barleycorn = Units<Unit<dimensions::LENGTH, std::ratio<127, 15000>>>{}
constexpr

Definition at line 67 of file length.hpp.

67{};

◆ cable

auto mtcore::units::length::cable = Units<Unit<dimensions::LENGTH, std::ratio<926, 5>>>{}
constexpr

Definition at line 92 of file length.hpp.

92{};

◆ centimeter

auto mtcore::units::length::centimeter = centimetre
constexpr

Definition at line 43 of file length.hpp.

◆ centimetre

auto mtcore::units::length::centimetre = Units<Unit<dimensions::LENGTH, std::centi>>{}
constexpr

Definition at line 42 of file length.hpp.

42{};

◆ chain

auto mtcore::units::length::chain = Units<Unit<dimensions::LENGTH, std::ratio<12573, 625>>>{}
constexpr

Definition at line 72 of file length.hpp.

72{};

◆ decameter

auto mtcore::units::length::decameter = decametre
constexpr

Definition at line 49 of file length.hpp.

◆ decametre

auto mtcore::units::length::decametre = Units<Unit<dimensions::LENGTH, std::deca>>{}
constexpr

Definition at line 48 of file length.hpp.

48{};

◆ decimeter

auto mtcore::units::length::decimeter = decimetre
constexpr

Definition at line 45 of file length.hpp.

◆ decimetre

auto mtcore::units::length::decimetre = Units<Unit<dimensions::LENGTH, std::deci>>{}
constexpr

Definition at line 44 of file length.hpp.

44{};

◆ exameter

auto mtcore::units::length::exameter = exametre
constexpr

Definition at line 63 of file length.hpp.

◆ exametre

auto mtcore::units::length::exametre = Units<Unit<dimensions::LENGTH, std::exa>>{}
constexpr

Definition at line 62 of file length.hpp.

62{};

◆ fathom

auto mtcore::units::length::fathom = Units<Unit<dimensions::LENGTH, std::ratio<463, 250>>>{}
constexpr

Definition at line 91 of file length.hpp.

91{};

◆ femtometer

auto mtcore::units::length::femtometer = femtometre
constexpr

Definition at line 33 of file length.hpp.

◆ femtometre

auto mtcore::units::length::femtometre = Units<Unit<dimensions::LENGTH, std::femto>>{}
constexpr

Definition at line 32 of file length.hpp.

32{};

◆ foot

auto mtcore::units::length::foot = Units<Unit<dimensions::LENGTH, std::ratio<381, 1250>>>{}
constexpr

Definition at line 70 of file length.hpp.

70{};

◆ furlong

auto mtcore::units::length::furlong = Units<Unit<dimensions::LENGTH, std::ratio<25146, 125>>>{}
constexpr

Definition at line 73 of file length.hpp.

73{};

◆ gigameter

auto mtcore::units::length::gigameter = gigametre
constexpr

Definition at line 57 of file length.hpp.

◆ gigametre

auto mtcore::units::length::gigametre = Units<Unit<dimensions::LENGTH, std::giga>>{}
constexpr

Definition at line 56 of file length.hpp.

56{};

◆ hand

auto mtcore::units::length::hand = Units<Unit<dimensions::LENGTH, std::ratio<127, 1250>>>{}
constexpr

Definition at line 69 of file length.hpp.

69{};

◆ hectometer

auto mtcore::units::length::hectometer = hectometre
constexpr

Definition at line 51 of file length.hpp.

◆ hectometre

auto mtcore::units::length::hectometre = Units<Unit<dimensions::LENGTH, std::hecto>>{}
constexpr

Definition at line 50 of file length.hpp.

50{};

◆ inch

auto mtcore::units::length::inch = Units<Unit<dimensions::LENGTH, std::ratio<381, 15000>>>{}
constexpr

Definition at line 68 of file length.hpp.

68{};

◆ kilometer

auto mtcore::units::length::kilometer = kilometre
constexpr

Definition at line 53 of file length.hpp.

◆ kilometre

auto mtcore::units::length::kilometre = Units<Unit<dimensions::LENGTH, std::kilo>>{}
constexpr

Definition at line 52 of file length.hpp.

52{};

◆ league

auto mtcore::units::length::league = Units<Unit<dimensions::LENGTH, std::ratio<603504, 125>>>{}
constexpr

Definition at line 75 of file length.hpp.

75{};

◆ link

auto mtcore::units::length::link = Units<Unit<dimensions::LENGTH, std::ratio<12573, 62500>>>{}
constexpr

Definition at line 101 of file length.hpp.

101{};

◆ megameter

auto mtcore::units::length::megameter = megametre
constexpr

Definition at line 55 of file length.hpp.

◆ megametre

auto mtcore::units::length::megametre = Units<Unit<dimensions::LENGTH, std::mega>>{}
constexpr

Definition at line 54 of file length.hpp.

54{};

◆ meter

auto mtcore::units::length::meter = metre
constexpr

Definition at line 47 of file length.hpp.

◆ metre

auto mtcore::units::length::metre = Units<Unit<dimensions::LENGTH>>{}
constexpr

Definition at line 46 of file length.hpp.

46{};

◆ micrometer

auto mtcore::units::length::micrometer = micrometre
constexpr

Definition at line 39 of file length.hpp.

◆ micrometre

auto mtcore::units::length::micrometre = Units<Unit<dimensions::LENGTH, std::micro>>{}
constexpr

Definition at line 38 of file length.hpp.

38{};

◆ mile

auto mtcore::units::length::mile = Units<Unit<dimensions::LENGTH, std::ratio<201168, 125>>>{}
constexpr

Definition at line 74 of file length.hpp.

74{};

◆ millimeter

auto mtcore::units::length::millimeter = millimetre
constexpr

Definition at line 41 of file length.hpp.

◆ millimetre

auto mtcore::units::length::millimetre = Units<Unit<dimensions::LENGTH, std::milli>>{}
constexpr

Definition at line 40 of file length.hpp.

40{};

◆ nanometer

auto mtcore::units::length::nanometer = nanometre
constexpr

Definition at line 37 of file length.hpp.

◆ nanometre

auto mtcore::units::length::nanometre = Units<Unit<dimensions::LENGTH, std::nano>>{}
constexpr

Definition at line 36 of file length.hpp.

36{};

◆ nautical_mile

auto mtcore::units::length::nautical_mile = Units<Unit<dimensions::LENGTH, std::ratio<1852>>>{}
constexpr

Definition at line 93 of file length.hpp.

93{};

◆ petameter

auto mtcore::units::length::petameter = petametre
constexpr

Definition at line 61 of file length.hpp.

◆ petametre

auto mtcore::units::length::petametre = Units<Unit<dimensions::LENGTH, std::peta>>{}
constexpr

Definition at line 60 of file length.hpp.

60{};

◆ picometer

auto mtcore::units::length::picometer = picometre
constexpr

Definition at line 35 of file length.hpp.

◆ picometre

auto mtcore::units::length::picometre = Units<Unit<dimensions::LENGTH, std::pico>>{}
constexpr

Definition at line 34 of file length.hpp.

34{};

◆ rod

auto mtcore::units::length::rod = Units<Unit<dimensions::LENGTH, std::ratio<12573, 2500>>>{}
constexpr

Definition at line 102 of file length.hpp.

102{};

◆ terameter

auto mtcore::units::length::terameter = terametre
constexpr

Definition at line 59 of file length.hpp.

◆ terametre

auto mtcore::units::length::terametre = Units<Unit<dimensions::LENGTH, std::tera>>{}
constexpr

Definition at line 58 of file length.hpp.

58{};

◆ thou

auto mtcore::units::length::thou = Units<Unit<dimensions::LENGTH, std::ratio<254, 10000000>>>{}
constexpr

Definition at line 66 of file length.hpp.

66{};

◆ twip

auto mtcore::units::length::twip = Units<Unit<dimensions::LENGTH, std::ratio<127, 7200000>>>{}
constexpr

Definition at line 65 of file length.hpp.

65{};

◆ yard

auto mtcore::units::length::yard = Units<Unit<dimensions::LENGTH, std::ratio<1143, 1250>>>{}
constexpr

Definition at line 71 of file length.hpp.

71{};