libcopp  2.2.0
Public Member Functions | Private Attributes
util::cli::binder::cmd_option_bindt_cc_caller< _TF > Class Template Reference

#include <cmd_option_bindt_cc.h>

Collaboration diagram for util::cli::binder::cmd_option_bindt_cc_caller< _TF >:
Collaboration graph

Public Member Functions

 cmd_option_bindt_cc_caller (_TF f)
 
template<typename _TCBP , typename... _Args>
void operator() (_TCBP &param, _Args &...args)
 

Private Attributes

_TF func_
 

Detailed Description

template<typename _TF>
class util::cli::binder::cmd_option_bindt_cc_caller< _TF >

Definition at line 23 of file cmd_option_bindt_cc.h.

Constructor & Destructor Documentation

◆ cmd_option_bindt_cc_caller()

template<typename _TF >
util::cli::binder::cmd_option_bindt_cc_caller< _TF >::cmd_option_bindt_cc_caller ( _TF  f)
inline

Definition at line 28 of file cmd_option_bindt_cc.h.

Member Function Documentation

◆ operator()()

template<typename _TF >
template<typename _TCBP , typename... _Args>
void util::cli::binder::cmd_option_bindt_cc_caller< _TF >::operator() ( _TCBP &  param,
_Args &...  args 
)
inline

Field Documentation

◆ func_

template<typename _TF >
_TF util::cli::binder::cmd_option_bindt_cc_caller< _TF >::func_
private

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