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

Constrains a type to represent a real valued number. More...

Concept definition

template<class T>
concept vctr::is::realNumber = std::is_arithmetic_v<T>
Constrains a type to represent a real valued number.
Definition: NumericTypeConcepts.h:75

Detailed Description

Constrains a type to represent a real valued number.