SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
SI::unit_symbol< _dimension_symbol, _ratio, _exponent > Struct Template Reference

Base struct. Unusable needs template overloading. More...

#include <unit_symbol.h>

Inheritance diagram for SI::unit_symbol< _dimension_symbol, _ratio, _exponent >:
Inheritance graph
[legend]
Collaboration diagram for SI::unit_symbol< _dimension_symbol, _ratio, _exponent >:
Collaboration graph
[legend]

Detailed Description

template<char _dimension_symbol, typename _ratio, typename _exponent = std::ratio<1>>
struct SI::unit_symbol< _dimension_symbol, _ratio, _exponent >

Base struct. Unusable needs template overloading.


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