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

Satisfied when T is an arithmetic (integral or floating-point) type. More...

Concept definition

template<typename T>
Satisfied when T is an arithmetic (integral or floating-point) type.
Definition mtp.cppm:537
Satisfied when T is a floating-point type.
Definition mtp.cppm:534
Satisfied when T is an integral type.
Definition mtp.cppm:526

Detailed Description

Satisfied when T is an arithmetic (integral or floating-point) type.