HerdSoftware  0.3.2
Static Public Member Functions | List of all members
Herd::Param< Args > Class Template Reference

#include <TypeUtils.h>

Static Public Member Functions

template<class R >
static R Func (R(*)(Args...))
 
template<class R , class C >
static R Func (R(C::*)(Args...))
 
template<class R , class C >
static R Func (R(C::*)(Args...) const)
 

Member Function Documentation

◆ Func() [1/3]

template<class... Args>
template<class R >
static R Herd::Param< Args >::Func ( R(*)(Args...)  )
static

◆ Func() [2/3]

template<class... Args>
template<class R , class C >
static R Herd::Param< Args >::Func ( R(C::*)(Args...)  )
static

◆ Func() [3/3]

template<class... Args>
template<class R , class C >
static R Herd::Param< Args >::Func ( R(C::*)(Args...)  const)
static

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