(c75fb649f7ef73609c0ed7ba77ac466d0b8c1576)
#include <QtCore/qassert.h>
#include <QtCore/private/qfileinfo_p.h>
#include <QtCore/private/qfilesystementry_p.h>
#include <QtCore/private/qfilesystemmetadata_p.h>
#include <type_traits>
#include <QtCore/q23utility.h>
#include <variant>
Go to the source code of this file.
◆ QT_VARIANT_VISIT_CASE
| #define QT_VARIANT_VISIT_CASE |
( |
| num | ) |
|
Value:
if constexpr (NumAlternatives >
num) { \
const auto p = std::get_if<num>(&var); \
} \
break \
constexpr auto forward_like(U &&x) noexcept -> _detail::forward_like_ret_t< T, U >