DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::FloatType Concept Reference

Constrains a type to IEEE floating-point (float or double). More...

#include <DspMath.h>

Concept definition

template<typename T>
concept dspark::FloatType = std::floating_point<T>
Constrains a type to IEEE floating-point (float or double).
Definition DspMath.h:29

Detailed Description

Constrains a type to IEEE floating-point (float or double).

Definition at line 29 of file DspMath.h.