Firefly 3.1.0
Standalone library for vector calculations
|
Concept that ensures the type is a complex number type. More...
#include <vector.hpp>
Concept that ensures the type is a complex number type.
This concept checks if the type T
is a specialization of the std::complex
template, and the underlying value type (i.e., T::value_type
) must also satisfy the ArithmeticType
concept. It ensures that T
is a complex number with an arithmetic value type.
T | The type to check. |