Mapper  0.9.0
API documentation
Public Member Functions | Static Public Member Functions | List of all members
QConstOverload< Args > Struct Template Reference

#include <qoverload.h>

Public Member Functions

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

Static Public Member Functions

template<typename R , typename T >
static Q_DECL_CONSTEXPR auto of (R(T::*ptr)(Args...) const) Q_DECL_NOTHROW -> decltype(ptr)
 

Member Function Documentation

◆ 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: