Qx
v0.5.8
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::arithmetic Concept Reference
Specifies that a type is an arithmetic type.
More...
Concept definition
template
<
class
K>
concept
Qx::arithmetic
= std::is_arithmetic_v<K>
Qx::arithmetic
Specifies that a type is an arithmetic type.
Definition
qx-concepts.h:497
Detailed Description
Satisfied if
K
is an arithmetic type.
Qx
arithmetic
Generated by
1.10.0