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