#include "octave-qtutils.h"
|
| template<typename R , typename T > |
| constexpr auto | operator() (R(T::*ptr)(Args...)) const noexcept -> decltype(ptr) |
| |
|
| template<typename R , typename T > |
| static constexpr auto | of (R(T::*ptr)(Args...)) noexcept -> decltype(ptr) |
| |
template<typename... Args>
struct QNonConstOverload< Args >
Definition at line 40 of file octave-qtutils.h.
◆ of()
template<typename... Args>
template<typename R , typename T >
| static constexpr auto QNonConstOverload< Args >::of |
( |
R(T::*)(Args...) |
ptr | ) |
-> decltype(ptr)
|
|
inlinestaticconstexprnoexcept |
◆ operator()()
template<typename... Args>
template<typename R , typename T >
| constexpr auto QNonConstOverload< Args >::operator() |
( |
R(T::*)(Args...) |
ptr | ) |
const -> decltype(ptr)
|
|
inlineconstexprnoexcept |
The documentation for this struct was generated from the following file: