Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::units::multiply_typeof_helper< quantity< Unit1, X >, quantity< Unit2, Y > > Struct Template Reference

quantity times quantity typeof helper INTERNAL ONLY More...

#include <quantity.hpp>

Public Types

typedef multiply_typeof_helper
< X, Y >::type 
value_type
 
typedef multiply_typeof_helper
< Unit1, Unit2 >::type 
unit_type
 
typedef quantity< unit_type,
value_type
type
 

Detailed Description

template<class Unit1, class Unit2, class X, class Y>
struct boost::units::multiply_typeof_helper< quantity< Unit1, X >, quantity< Unit2, Y > >

quantity times quantity typeof helper INTERNAL ONLY

Member Typedef Documentation

template<class Unit1 , class Unit2 , class X , class Y >
typedef quantity<unit_type,value_type> boost::units::multiply_typeof_helper< quantity< Unit1, X >, quantity< Unit2, Y > >::type
template<class Unit1 , class Unit2 , class X , class Y >
typedef multiply_typeof_helper<Unit1,Unit2>::type boost::units::multiply_typeof_helper< quantity< Unit1, X >, quantity< Unit2, Y > >::unit_type
template<class Unit1 , class Unit2 , class X , class Y >
typedef multiply_typeof_helper<X,Y>::type boost::units::multiply_typeof_helper< quantity< Unit1, X >, quantity< Unit2, Y > >::value_type

The documentation for this struct was generated from the following file: