Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qoverload.h File Reference

(92d8815efadfa356b47f573909833c4e265fea78)

#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtpreprocessorsupport.h>
Include dependency graph for qoverload.h:

Go to the source code of this file.

Classes

struct  QNonConstOverload< Args >
struct  QConstOverload< Args >
struct  QOverload< Args >

Variables

template<typename... Args>
constexpr QOverload< Args... > qOverload = {}
template<typename... Args>
constexpr QConstOverload< Args... > qConstOverload = {}
template<typename... Args>
constexpr QNonConstOverload< Args... > qNonConstOverload = {}

Variable Documentation

◆ qConstOverload

template<typename... Args>
QConstOverload<Args...> qConstOverload = {}
inlineconstexpr

Definition at line 68 of file qoverload.h.

◆ qNonConstOverload

template<typename... Args>
QNonConstOverload<Args...> qNonConstOverload = {}
inlineconstexpr

Definition at line 69 of file qoverload.h.

◆ qOverload

template<typename... Args>
QOverload<Args...> qOverload = {}
inlineconstexpr

Definition at line 67 of file qoverload.h.