#include <qoverload.h>
|
| template<typename R , typename T > |
| Q_DECL_CONSTEXPR auto | operator() (R(T::*ptr)(Args...) const) const Q_DECL_NOTHROW -> decltype(ptr) |
| |
|
| template<typename R , typename T > |
| static Q_DECL_CONSTEXPR auto | of (R(T::*ptr)(Args...) const) Q_DECL_NOTHROW -> decltype(ptr) |
| |
◆ of()
template<typename... Args>
template<typename R , typename T >
| static Q_DECL_CONSTEXPR auto QConstOverload< Args >::of |
( |
R(T::*)(Args...) const |
ptr | ) |
-> decltype(ptr)
|
|
inlinestatic |
◆ operator()()
template<typename... Args>
template<typename R , typename T >
| Q_DECL_CONSTEXPR auto QConstOverload< Args >::operator() |
( |
R(T::*)(Args...) const |
ptr | ) |
const -> decltype(ptr)
|
|
inline |
The documentation for this struct was generated from the following file: