Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qglobal.h>
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)))) |
|
constexprnoexcept |