rstd
0.1.0
Loading...
Searching...
No Matches
rstd
mtp
is_float
rstd::mtp::is_float Concept Reference
export
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
>
rstd::mtp::any
Satisfied when T is the same as any of Rest....
Definition
mtp.cppm:378
rstd::mtp::is_float
Satisfied when T is a floating-point type.
Definition
mtp.cppm:534
Detailed Description
Satisfied when
T
is a floating-point type.
Generated by
1.12.0