Qx v0.6
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:510
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:506

Detailed Description

Satisfied if T is a specialization of QHash or QMap.