![]() |
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/qscopeguard.h>#include <QtCore/qassert.h>#include <QtCore/qtclasshelpermacros.h>#include <algorithm>#include <type_traits>#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
Functions | |
| template<typename Applier, size_t ... Is> | |
| void | QtPrivate::applyIndexSwitch (size_t index, Applier &&applier, std::index_sequence< Is... >) |
| template<size_t IndexCount, typename Applier> | |
| void | QtPrivate::applyIndexSwitch (size_t index, Applier &&applier) |