SBDQuantityInverse< Quantity > Class Template Reference

This template class is used to define inverse quantity types. More...

Detailed Description

template<typename Quantity>
class SBDQuantityInverse< Quantity >

Template Parameters
QuantityThe quantity type

This template is used to define inverse quantity types.

SBQuantityInverse<SBQuantity::mole>::Type a; // a is expressed in inverse moles

The typedef Type is the quantity type of the inverse of the quantity type Quantity.

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

Short name: SBQuantityInverse

See also
SAMSON's unit system