![]() |
Qt 6.x
The Qt SDK
|
#include <qoverload.h>
Public Member Functions | |
template<typename R > | |
constexpr auto | operator() (R(*ptr)(Args...)) const noexcept -> decltype(ptr) |
![]() | |
constexpr auto | operator() (R(T::*ptr)(Args...) const) const noexcept -> decltype(ptr) |
![]() | |
constexpr auto | operator() (R(T::*ptr)(Args...)) const noexcept -> decltype(ptr) |
Static Public Member Functions | |
template<typename R > | |
static constexpr auto | of (R(*ptr)(Args...)) noexcept -> decltype(ptr) |
![]() | |
static constexpr auto | of (R(T::*ptr)(Args...) const) noexcept -> decltype(ptr) |
![]() | |
static constexpr auto | of (R(T::*ptr)(Args...)) noexcept -> decltype(ptr) |
Definition at line 49 of file qoverload.h.
|
inlinestaticconstexprnoexcept |
Definition at line 61 of file qoverload.h.
References ptr().
|
inlineconstexprnoexcept |
Definition at line 57 of file qoverload.h.
References ptr().