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

Variables

constexpr auto perch = length::rod * length::rod
 
constexpr auto rood = length::furlong * length::rod
 
constexpr auto acre = length::furlong * length::chain
 
constexpr auto square_mile = length::mile * length::mile
 

Variable Documentation

◆ acre

auto mtcore::units::area::acre = length::furlong * length::chain
constexpr

Definition at line 148 of file length.hpp.

◆ perch

auto mtcore::units::area::perch = length::rod * length::rod
constexpr

Definition at line 146 of file length.hpp.

◆ rood

auto mtcore::units::area::rood = length::furlong * length::rod
constexpr

Definition at line 147 of file length.hpp.

◆ square_mile

auto mtcore::units::area::square_mile = length::mile * length::mile
constexpr

Definition at line 149 of file length.hpp.