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

Constrains a type to be any std::ratio. More...

Concept definition

template<class T>
concept vctr::is::stdRatio = detail::isStdRatio<T>
Constrains a type to be any std::ratio.
Definition: NumericTypeConcepts.h:95

Detailed Description

Constrains a type to be any std::ratio.