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

Namespaces

namespace  dry
 
namespace  fluid
 

Variables

constexpr auto litre = length::decimetre * length::decimetre * length::decimetre
 
constexpr auto liter = litre
 
constexpr auto microlitre = length::millimetre * length::millimetre * length::millimetre
 
constexpr auto millilitre = length::centimetre * length::centimetre * length::centimetre
 
constexpr auto milliliter = millilitre
 
constexpr auto microliter = microlitre
 
constexpr auto centilitre = length::decimeter * length::centimeter * length::centimeter
 
constexpr auto centiliter = centilitre
 
constexpr auto decilitre = length::decimeter * length::decimeter * length::centimeter
 
constexpr auto deciliter = decilitre
 
constexpr auto nanolitre = length::meter * length::micrometre * length::micrometre
 
constexpr auto nanoliter = nanolitre
 
constexpr auto picolitre = length::millimetre * length::micrometre * length::micrometre
 
constexpr auto picoliter = picolitre
 
constexpr auto femtolitre = length::micrometre * length::micrometre * length::micrometre
 
constexpr auto femtoliter = femtolitre
 
constexpr auto decalitre = length::metre * length::decimetre * length::decimetre
 
constexpr auto decaliter = decalitre
 
constexpr auto hectolitre = length::metre * length::metre * length::decimetre
 
constexpr auto hectoliter = hectolitre
 
constexpr auto kilolitre = length::meter * length::meter * length::meter
 
constexpr auto kiloliter = kilolitre
 
constexpr auto megalitre = length::decametre * length::decametre * length::decametre
 
constexpr auto megaliter = megalitre
 
constexpr auto gigalitre = length::hectometre * length::hectometre * length::hectometre
 
constexpr auto gigaliter = gigalitre
 
constexpr auto teralitre = length::kilometre * length::kilometre * length::kilometre
 
constexpr auto teraliter = teralitre
 
constexpr auto petalitre = length::megameter * length::kilometre * length::kilometre
 
constexpr auto petaliter = petalitre
 
constexpr auto cubic_inch = length::inch * length::inch * length::inch
 
constexpr auto cubic_foot = length::foot * length::foot * length::foot
 
constexpr auto cubic_yard = length::yard * length::yard * length::yard
 
constexpr auto acre_foot
 

Variable Documentation

◆ acre_foot

auto mtcore::units::volume::acre_foot
constexpr
Initial value:

Definition at line 220 of file length.hpp.

◆ centiliter

auto mtcore::units::volume::centiliter = centilitre
constexpr

Definition at line 171 of file length.hpp.

◆ centilitre

auto mtcore::units::volume::centilitre = length::decimeter * length::centimeter * length::centimeter
constexpr

Definition at line 170 of file length.hpp.

◆ cubic_foot

auto mtcore::units::volume::cubic_foot = length::foot * length::foot * length::foot
constexpr

Definition at line 218 of file length.hpp.

◆ cubic_inch

auto mtcore::units::volume::cubic_inch = length::inch * length::inch * length::inch
constexpr

Definition at line 217 of file length.hpp.

◆ cubic_yard

auto mtcore::units::volume::cubic_yard = length::yard * length::yard * length::yard
constexpr

Definition at line 219 of file length.hpp.

◆ decaliter

auto mtcore::units::volume::decaliter = decalitre
constexpr

Definition at line 182 of file length.hpp.

◆ decalitre

auto mtcore::units::volume::decalitre = length::metre * length::decimetre * length::decimetre
constexpr

Definition at line 181 of file length.hpp.

◆ deciliter

auto mtcore::units::volume::deciliter = decilitre
constexpr

Definition at line 173 of file length.hpp.

◆ decilitre

auto mtcore::units::volume::decilitre = length::decimeter * length::decimeter * length::centimeter
constexpr

Definition at line 172 of file length.hpp.

◆ femtoliter

auto mtcore::units::volume::femtoliter = femtolitre
constexpr

Definition at line 179 of file length.hpp.

◆ femtolitre

auto mtcore::units::volume::femtolitre = length::micrometre * length::micrometre * length::micrometre
constexpr

Definition at line 178 of file length.hpp.

◆ gigaliter

auto mtcore::units::volume::gigaliter = gigalitre
constexpr

Definition at line 193 of file length.hpp.

◆ gigalitre

auto mtcore::units::volume::gigalitre = length::hectometre * length::hectometre * length::hectometre
constexpr

Definition at line 192 of file length.hpp.

◆ hectoliter

auto mtcore::units::volume::hectoliter = hectolitre
constexpr

Definition at line 184 of file length.hpp.

◆ hectolitre

auto mtcore::units::volume::hectolitre = length::metre * length::metre * length::decimetre
constexpr

Definition at line 183 of file length.hpp.

◆ kiloliter

auto mtcore::units::volume::kiloliter = kilolitre
constexpr

Definition at line 187 of file length.hpp.

◆ kilolitre

auto mtcore::units::volume::kilolitre = length::meter * length::meter * length::meter
constexpr

Definition at line 186 of file length.hpp.

◆ liter

auto mtcore::units::volume::liter = litre
constexpr

Definition at line 165 of file length.hpp.

◆ litre

auto mtcore::units::volume::litre = length::decimetre * length::decimetre * length::decimetre
constexpr

Definition at line 164 of file length.hpp.

◆ megaliter

auto mtcore::units::volume::megaliter = megalitre
constexpr

Definition at line 190 of file length.hpp.

◆ megalitre

auto mtcore::units::volume::megalitre = length::decametre * length::decametre * length::decametre
constexpr

Definition at line 189 of file length.hpp.

◆ microliter

auto mtcore::units::volume::microliter = microlitre
constexpr

Definition at line 169 of file length.hpp.

◆ microlitre

auto mtcore::units::volume::microlitre = length::millimetre * length::millimetre * length::millimetre
constexpr

Definition at line 166 of file length.hpp.

◆ milliliter

auto mtcore::units::volume::milliliter = millilitre
constexpr

Definition at line 168 of file length.hpp.

◆ millilitre

auto mtcore::units::volume::millilitre = length::centimetre * length::centimetre * length::centimetre
constexpr

Definition at line 167 of file length.hpp.

◆ nanoliter

auto mtcore::units::volume::nanoliter = nanolitre
constexpr

Definition at line 175 of file length.hpp.

◆ nanolitre

auto mtcore::units::volume::nanolitre = length::meter * length::micrometre * length::micrometre
constexpr

Definition at line 174 of file length.hpp.

◆ petaliter

auto mtcore::units::volume::petaliter = petalitre
constexpr

Definition at line 199 of file length.hpp.

◆ petalitre

auto mtcore::units::volume::petalitre = length::megameter * length::kilometre * length::kilometre
constexpr

Definition at line 198 of file length.hpp.

◆ picoliter

auto mtcore::units::volume::picoliter = picolitre
constexpr

Definition at line 177 of file length.hpp.

◆ picolitre

auto mtcore::units::volume::picolitre = length::millimetre * length::micrometre * length::micrometre
constexpr

Definition at line 176 of file length.hpp.

◆ teraliter

auto mtcore::units::volume::teraliter = teralitre
constexpr

Definition at line 196 of file length.hpp.

◆ teralitre

auto mtcore::units::volume::teralitre = length::kilometre * length::kilometre * length::kilometre
constexpr

Definition at line 195 of file length.hpp.