![]() |
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/qtconfigmacros.h>#include <type_traits>#include <utility>Go to the source code of this file.
Functions | |
| template<typename T> | |
| QT_BEGIN_NAMESPACE constexpr void | qSwap (T &value1, T &value2) noexcept(std::is_nothrow_swappable_v< T >) |
| template<typename T> | |
| constexpr void | qt_ptr_swap (T *&lhs, T *&rhs) noexcept |
|
constexprnoexcept |