c++-gtk-utils
Public Member Functions | List of all members
Cgu::MemFun::Functor1_const< Ret, Arg, T > Class Template Reference

#include <mem_fun.h>

Inheritance diagram for Cgu::MemFun::Functor1_const< Ret, Arg, T >:

Public Member Functions

Ret operator() (Arg arg) const
 
 Functor1_const (const T &obj_, Ret(T::*func_)(Arg) const)
 

Constructor & Destructor Documentation

◆ Functor1_const()

template<class Ret , class Arg , class T >
Cgu::MemFun::Functor1_const< Ret, Arg, T >::Functor1_const ( const T &  obj_,
Ret(T::*)(Arg) const  func_ 
)
inline

Member Function Documentation

◆ operator()()

template<class Ret , class Arg , class T >
Ret Cgu::MemFun::Functor1_const< Ret, Arg, T >::operator() ( Arg  arg) const
inline

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