Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
units::traits::is_nonlinear_scale< T, Ret > Struct Template Reference

Trait which tests that class T meets the requirements for a non-linear scale. More...

#include <units.h>

Inheritance diagram for units::traits::is_nonlinear_scale< T, Ret >:

Detailed Description

template<class T, class Ret>
struct units::traits::is_nonlinear_scale< T, Ret >

Trait which tests that class T meets the requirements for a non-linear scale.

A non-linear scale must:

Linear/nonlinear scales are used by units::unit to store values and scale them if they represent things like dB.


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