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>>
Constrains a type to represent a complex valued floating point number (e.g.
Definition: NumericTypeConcepts.h:87

Detailed Description

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

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