GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
QNonConstOverload< Args > Struct Template Reference

#include "octave-qtutils.h"

Public Member Functions

template<typename R , typename T >
constexpr auto operator() (R(T::*ptr)(Args...)) const noexcept -> decltype(ptr)
 

Static Public Member Functions

template<typename R , typename T >
static constexpr auto of (R(T::*ptr)(Args...)) noexcept -> decltype(ptr)
 

Detailed Description

template<typename... Args>
struct QNonConstOverload< Args >

Definition at line 40 of file octave-qtutils.h.

Member Function Documentation

◆ of()

template<typename... Args>
template<typename R , typename T >
static constexpr auto QNonConstOverload< Args >::of ( R(T::*)(Args...)  ptr) -> decltype(ptr)
inlinestaticconstexprnoexcept

Definition at line 47 of file octave-qtutils.h.

◆ operator()()

template<typename... Args>
template<typename R , typename T >
constexpr auto QNonConstOverload< Args >::operator() ( R(T::*)(Args...)  ptr) const -> decltype(ptr)
inlineconstexprnoexcept

Definition at line 43 of file octave-qtutils.h.


The documentation for this struct was generated from the following file: