Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::units_conversion_traits< From, To > Class Template Reference

Traits class with information about if and how a physical unit of type From can be converted to a physical unit of type To. More...

Inheritance diagram for arene::base::units_conversion_traits< From, To >:
Inheritance graph

Detailed Description

template<typename From, typename To>
class arene::base::units_conversion_traits< From, To >

Traits class with information about if and how a physical unit of type From can be converted to a physical unit of type To.

The physical unit types themselves are just tags used for the quantity class template rather than holding any values directly.

Template Parameters
Fromthe tag type of the unit being converted from
Tothe tag type of the unit being converted to

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