VCTR
Loading...
Searching...
No Matches
vctr::is::complexFloatNumber Concept Reference

Constrains a type to represent a complex valued floating point number (e.g. More...

Concept definition

template<class T>
concept vctr::is::complexFloatNumber = detail::IsComplex<std::remove_cvref_t<T>>::value
Constrains a type to represent a complex valued floating point number (e.g.
Definition: NumericTypeConcepts.h:83

Detailed Description

Constrains a type to represent a complex valued floating point number (e.g.

std::complex<float> or std::complex<double>)