catsfoot::disamb< Args > Struct Template Reference

Disambiguates an overloaded functions address. More...

#include <function_wrappers.hh>

List of all members.

Classes

struct  fun
struct  member

Public Member Functions

template<typename Ret , typename T >
member< Ret, T >::type operator() (Ret(T::*f)(Args...)) const
template<typename Ret >
fun< Ret >::type operator() (Ret(*f)(Args...)) const

Detailed Description

template<typename... Args>
struct catsfoot::disamb< Args >

Disambiguates an overloaded functions address.

Template Parameters:
ArgsThe types of the arguments

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