Class SBDQuantityProduct6#
template <typename Quantity1, typename Quantity2, typename Quantity3, typename Quantity4, typename Quantity5, typename Quantity6>
ClassList > SBDQuantityProduct6
This template class is used to compute the product of six quantity types. More...
#include "SBDQuantityProduct.hpp"
Public Types#
| Type | Name |
|---|---|
| typedef SBDQuantityProduct2< Quantity1, typenameSBDQuantityProduct5< Quantity2, Quantity3, Quantity4, Quantity5, Quantity6 >::Type >::Type | Type |
Detailed Description#
Template parameters:
Quantity1The first quantity typeQuantity2The second quantity typeQuantity3The third quantity typeQuantity4The fourth quantity typeQuantity5The fifth quantity typeQuantity6The sixth quantity type
This template is used to define the product of six quantity types.
The typedef Type is the quantity type of the product of the six quantity types.
Please refer to the description of SAMSON's unit system for more information.
Short name: SBQuantityProduct6
See also: SBDQuantityProduct2
See also: SAMSON's unit system
Public Types Documentation#
typedef Type#
typedef SBDQuantityProduct2<Quantity1,typenameSBDQuantityProduct5<Quantity2,Quantity3,Quantity4,Quantity5,Quantity6>::Type>::Type SBDQuantityProduct6< Quantity1, Quantity2, Quantity3, Quantity4, Quantity5, Quantity6 >::Type;