<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>.

This typedef was introduced in Qt 6.0.