7#include <QtCore/qtconfigmacros.h>
8#include <QtCore/qcompilerdetection.h>
11#pragma qt_class(QtSwap)
12#pragma qt_sync_stop_processing
23namespace SwapExceptionTester {
27 noexcept(
noexcept(
swap(
t,
t)));
Combined button and popup list for selecting options.
void checkSwap(T &t) noexcept(noexcept(swap(t, t)))
#define QT_WARNING_DISABLE_GCC(text)
void uint64_t uint64_t uint64_t value2
constexpr void qt_ptr_swap(T *&lhs, T *&rhs) noexcept
constexpr void qSwap(T &value1, T &value2) noexcept(noexcept(QtPrivate::SwapExceptionTester::checkSwap(value1)))