HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
Units

Better readability. More...

Functions

constexpr double operator""_s (long double val)
 
constexpr double operator""_s (unsigned long long int val)
 
constexpr double operator""_ms (long double val)
 
constexpr double operator""_ms (unsigned long long int val)
 
constexpr double operator""_us (long double val)
 
constexpr double operator""_us (unsigned long long int val)
 
constexpr double operator""_dB (long double val)
 
constexpr double operator""_dB (unsigned long long int val)
 
constexpr double operator""_Hz (long double val)
 
constexpr double operator""_Hz (unsigned long long int val)
 
constexpr double operator""_kHz (long double val)
 
constexpr double operator""_kHz (unsigned long long val)
 
constexpr double operator""_rad (long double val)
 
constexpr double operator""_rad (unsigned long long val)
 
constexpr double operator""_deg (long double val)
 
constexpr double operator""_deg (unsigned long long val)
 

Variables

constexpr double inf_dB = hart::inf
 
constexpr double oo_dB = hart::inf
 
constexpr double pi_rad = hart::pi
 
constexpr double twoPi_rad = hart::twoPi
 
constexpr double halfPi_rad = hart::halfPi
 

Detailed Description

Better readability.

Function Documentation

◆ operator""_s() [1/2]

constexpr double operator""_s ( long double  val)
constexpr

Definition at line 18 of file hart_units.hpp.

◆ operator""_s() [2/2]

constexpr double operator""_s ( unsigned long long int  val)
constexpr

Definition at line 19 of file hart_units.hpp.

◆ operator""_ms() [1/2]

constexpr double operator""_ms ( long double  val)
constexpr

Definition at line 20 of file hart_units.hpp.

◆ operator""_ms() [2/2]

constexpr double operator""_ms ( unsigned long long int  val)
constexpr

Definition at line 21 of file hart_units.hpp.

◆ operator""_us() [1/2]

constexpr double operator""_us ( long double  val)
constexpr

Definition at line 22 of file hart_units.hpp.

◆ operator""_us() [2/2]

constexpr double operator""_us ( unsigned long long int  val)
constexpr

Definition at line 23 of file hart_units.hpp.

◆ operator""_dB() [1/2]

constexpr double operator""_dB ( long double  val)
constexpr

Definition at line 24 of file hart_units.hpp.

◆ operator""_dB() [2/2]

constexpr double operator""_dB ( unsigned long long int  val)
constexpr

Definition at line 25 of file hart_units.hpp.

◆ operator""_Hz() [1/2]

constexpr double operator""_Hz ( long double  val)
constexpr

Definition at line 26 of file hart_units.hpp.

◆ operator""_Hz() [2/2]

constexpr double operator""_Hz ( unsigned long long int  val)
constexpr

Definition at line 27 of file hart_units.hpp.

◆ operator""_kHz() [1/2]

constexpr double operator""_kHz ( long double  val)
constexpr

Definition at line 28 of file hart_units.hpp.

◆ operator""_kHz() [2/2]

constexpr double operator""_kHz ( unsigned long long  val)
constexpr

Definition at line 29 of file hart_units.hpp.

◆ operator""_rad() [1/2]

constexpr double operator""_rad ( long double  val)
constexpr

Definition at line 30 of file hart_units.hpp.

◆ operator""_rad() [2/2]

constexpr double operator""_rad ( unsigned long long  val)
constexpr

Definition at line 31 of file hart_units.hpp.

◆ operator""_deg() [1/2]

constexpr double operator""_deg ( long double  val)
constexpr

Definition at line 32 of file hart_units.hpp.

◆ operator""_deg() [2/2]

constexpr double operator""_deg ( unsigned long long  val)
constexpr

Definition at line 33 of file hart_units.hpp.

Variable Documentation

◆ inf_dB

constexpr double inf_dB = hart::inf
constexpr

Definition at line 12 of file hart_units.hpp.

◆ oo_dB

constexpr double oo_dB = hart::inf
constexpr

Definition at line 13 of file hart_units.hpp.

◆ pi_rad

constexpr double pi_rad = hart::pi
constexpr

Definition at line 14 of file hart_units.hpp.

◆ twoPi_rad

constexpr double twoPi_rad = hart::twoPi
constexpr

Definition at line 15 of file hart_units.hpp.

◆ halfPi_rad

constexpr double halfPi_rad = hart::halfPi
constexpr

Definition at line 16 of file hart_units.hpp.