Web Analytics Made Easy - Statcounter
Skip to content

Class SBDQuantityProduct4#

template <typename Quantity1, typename Quantity2, typename Quantity3, typename Quantity4>

ClassList > SBDQuantityProduct4

This template class is used to compute the product of four quantity types. More...

  • #include <SBDQuantityProduct.hpp>

Public Types#

Type Name
typedef SBDQuantityProduct2< Quantity1, typenameSBDQuantityProduct3< Quantity2, Quantity3, Quantity4 >::Type >::Type Type

Detailed Description#

Template parameters:

  • Quantity1 The first quantity type
  • Quantity2 The second quantity type
  • Quantity3 The third quantity type
  • Quantity4 The fourth quantity type

This template is used to define the product of four quantity types.

The typedef Type is the quantity type of the product of the four quantity types.

Please refer to the description of SAMSON's unit system for more information.

Short name: SBQuantityProduct4

See also: SBDQuantityProduct2

See also: SAMSON's unit system

Public Types Documentation#

typedef Type#

typedef SBDQuantityProduct2<Quantity1,typenameSBDQuantityProduct3<Quantity2,Quantity3,Quantity4>::Type>::Type Type;