<QPair>
Compatibility alias for constructing pair objects. More...
| Header: | #include <QPair> |
Types
(since 6.0) | QPair |
Detailed Description
Type Documentation
[alias, since 6.0] template <typename T1, typename T2> QPair
Alias for std::pair<T1, T2>, where T1 and T2 are the types of the first and second elements, respectively.
This typedef was introduced in Qt 6.0.