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

Constrains a type to represent a real valued or std::complex number type. More...

Concept definition

template<class T>
concept vctr::is::number = detail::IsNumber<T>::value
Constrains a type to represent a real valued or std::complex number type.
Definition: NumericTypeConcepts.h:45

Detailed Description

Constrains a type to represent a real valued or std::complex number type.