Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::qassociative Concept Reference

Specifies that a type is a Qt-based associative container type. More...

Concept definition

template<typename T>
Specifies that a type is a Qt-based associative container type.
Definition qx-concepts.h:521
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:517

Detailed Description

Satisfied if T is a specialization of QHash or QMap.