physical::FixedPhysicalProduct< FixedPhysical< UnitSystem, T1, Exponents1 >, FixedPhysical< UnitSystem, T2, Exponents2 > > Struct Template Reference

resulting type of the product of two other quantities. More...

#include <fixedphysical.hpp>

List of all members.

Public Types

typedef detail::larger_type<
T1, T2 >::type 
numerical_value_t
typedef FixedPhysical< UnitSystem,
numerical_value_t, typename
detail::plus< Exponents1,
Exponents2 >::type
type


Detailed Description

template<class UnitSystem, typename T1, typename T2, class Exponents1, class Exponents2>
struct physical::FixedPhysicalProduct< FixedPhysical< UnitSystem, T1, Exponents1 >, FixedPhysical< UnitSystem, T2, Exponents2 > >

resulting type of the product of two other quantities.

Definition at line 86 of file fixedphysical.hpp.


Member Typedef Documentation

template<class UnitSystem, typename T1, typename T2, class Exponents1, class Exponents2>
typedef detail::larger_type<T1, T2>::type physical::FixedPhysicalProduct< FixedPhysical< UnitSystem, T1, Exponents1 >, FixedPhysical< UnitSystem, T2, Exponents2 > >::numerical_value_t

Definition at line 87 of file fixedphysical.hpp.

template<class UnitSystem, typename T1, typename T2, class Exponents1, class Exponents2>
typedef FixedPhysical< UnitSystem, numerical_value_t, typename detail::plus<Exponents1, Exponents2>::type > physical::FixedPhysicalProduct< FixedPhysical< UnitSystem, T1, Exponents1 >, FixedPhysical< UnitSystem, T2, Exponents2 > >::type

Definition at line 88 of file fixedphysical.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo