Cpp Utilities 1.2.3
Classes | Namespaces | Functions
DimensionalAnalysis.hpp File Reference
#include <tuple>
#include <ratio>
#include <cmath>
#include "../Common.h"

Go to the source code of this file.

Classes

struct  Dimensional::Unit< length, mass, time, current, temperature, amountOfSubstance, luminousIntensity >
 The Unit struct is used to describe physical units. More...
 
class  Dimensional::Quantity< T, U, Ratio >
 The Quantity struct is used to describe arithmetic values with units. More...
 

Namespaces

namespace  Dimensional
 Namespace for all classes, typedefs and functions of dimensional analyse. See Dimensional Analysis for more instrucion.