Web Analytics Made Easy - Statcounter
Skip to content

Class SBDQuantityScaledUnit#

template <typename System, int u, int s>

ClassList > SBDQuantityScaledUnit

Public Types#

Type Name
enum SBDQuantityScaledUnit
typedef System SystemType

Public Static Functions#

Type Name
std::string getName () noexcept
std::string getSymbol () noexcept

Public Types Documentation#

enum SBDQuantityScaledUnit#

enum SBDQuantityScaledUnit::SBDQuantityScaledUnit {
    scale = s,
    unit = u
};

typedef SystemType#

typedef System SBDQuantityScaledUnit< System, u, s >::SystemType;

Public Static Functions Documentation#

function getName#

static inline std::string SBDQuantityScaledUnit::getName () noexcept

function getSymbol#

static inline std::string SBDQuantityScaledUnit::getSymbol () noexcept