rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mtp::is_float Concept Referenceexport
module rstd.basic

Satisfied when T is a floating-point type. More...

Concept definition

template<typename T>
concept rstd::mtp::is_float = any<rm_cvf<T>, float, double, long double>
Satisfied when T is the same as any of Rest....
Definition mtp.cppm:378
Satisfied when T is a floating-point type.
Definition mtp.cppm:534

Detailed Description

Satisfied when T is a floating-point type.