Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpair.h File Reference

(31f437e658c25523c284a404ac7be153e6e347c9)

#include <QtCore/qcontainerfwd.h>
#include <QtCore/qglobal.h>
+ Include dependency graph for qpair.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T1 , typename T2 >
QT_BEGIN_NAMESPACE constexpr decltype(auto) qMakePair (T1 &&value1, T2 &&value2) noexcept(noexcept(std::make_pair(std::forward< T1 >(value1), std::forward< T2 >(value2))))
 

Function Documentation

◆ qMakePair()

template<typename T1 , typename T2 >
QT_BEGIN_NAMESPACE constexpr decltype(auto) qMakePair ( T1 && value1,
T2 && value2 )
constexprnoexcept

Definition at line 19 of file qpair.h.