Qx v0.5.7
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>
Specifies that a type is a fundamental type.
Definition qx-concepts.h:500

Detailed Description

Satisfied if K is a fundamental type.