Class SBDQuantityProduct7#
template <typename Quantity1, typename Quantity2, typename Quantity3, typename Quantity4, typename Quantity5, typename Quantity6, typename Quantity7>
ClassList > SBDQuantityProduct7
This template class is used to compute the product of seven quantity types. More...
#include <SBDQuantityProduct.hpp>
Public Types#
Type | Name |
---|---|
typedef SBDQuantityProduct2< Quantity1, typenameSBDQuantityProduct6< Quantity2, Quantity3, Quantity4, Quantity5, Quantity6, Quantity7 >::Type >::Type | Type |
Detailed Description#
Template parameters:
Quantity1
The first quantity typeQuantity2
The second quantity typeQuantity3
The third quantity typeQuantity4
The fourth quantity typeQuantity5
The fifth quantity typeQuantity6
The sixth quantity typeQuantity7
The seventh quantity type
This template is used to define the product of seven quantity types.
The typedef Type
is the quantity type of the product of the seven quantity types.
Please refer to the description of SAMSON's unit system for more information.
Short name: SBQuantityProduct7
See also: SBDQuantityProduct2
See also: SAMSON's unit system
Public Types Documentation#
typedef Type#
typedef SBDQuantityProduct2<Quantity1,typenameSBDQuantityProduct6<Quantity2,Quantity3,Quantity4,Quantity5,Quantity6,Quantity7>::Type>::Type Type;