TypeSI
Units of 'Système international' Blended for C++
Loading...
Searching...
No Matches
Public Types | List of all members
Si::Special::Gram< T > Struct Template Reference

Template for applying prefix to gram rather than kilogram. Applying to latter involve some ambiguity because of existing prefix according to standard. More...

#include <si_special.hpp>

Public Types

template<typename Ratio >
using type = Si::Prefix< std::ratio_multiply< std::milli, Ratio >, Base::Kilogram< T > >
 

Detailed Description

template<typename T>
struct Si::Special::Gram< T >

Template for applying prefix to gram rather than kilogram. Applying to latter involve some ambiguity because of existing prefix according to standard.

Template Parameters
Ratiostd::ratio representing prefix
TContainer type

The documentation for this struct was generated from the following file: