libcopp  2.2.0
Public Member Functions | Private Attributes
util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F > Class Template Reference

#include <cmd_option_bindt_mf_cc.h>

Collaboration diagram for util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >:
Collaboration graph

Public Member Functions

 cmd_option_bindt_mf_cc_caller (_F f)
 
template<typename _TCBP , typename... _Args>
void operator() (_TCBP &param, _T *arg0, _Args &...args)
 
template<typename _TCBP , typename... _Args>
void operator() (_TCBP &param, _T &arg0, _Args &...args)
 

Private Attributes

_F mem_func_
 

Detailed Description

template<typename _T, typename _F>
class util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >

Definition at line 24 of file cmd_option_bindt_mf_cc.h.

Constructor & Destructor Documentation

◆ cmd_option_bindt_mf_cc_caller()

template<typename _T , typename _F >
util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >::cmd_option_bindt_mf_cc_caller ( _F  f)
inline

Definition at line 29 of file cmd_option_bindt_mf_cc.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename _T , typename _F >
template<typename _TCBP , typename... _Args>
void util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >::operator() ( _TCBP &  param,
_T &  arg0,
_Args &...  args 
)
inline

◆ operator()() [2/2]

template<typename _T , typename _F >
template<typename _TCBP , typename... _Args>
void util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >::operator() ( _TCBP &  param,
_T *  arg0,
_Args &...  args 
)
inline

Field Documentation

◆ mem_func_

template<typename _T , typename _F >
_F util::cli::binder::cmd_option_bindt_mf_cc_caller< _T, _F >::mem_func_
private

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