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