|
libcopp 2.3.1
|
通用赋值动作 - 设置变量值为某个固定值 More...
#include <cmd_option_phoenix.h>

Public Member Functions | |
| set_const_t (T &t, const T &v) | |
| void | operator() (util::cli::callback_param) |
Data Fields | |
| T & | var |
| T | val |
通用赋值动作 - 设置变量值为某个固定值
Definition at line 108 of file cmd_option_phoenix.h.
|
inline |
Definition at line 111 of file cmd_option_phoenix.h.
|
inline |
Definition at line 113 of file cmd_option_phoenix.h.
References util::cli::phoenix::set_const_t< T >::val, and util::cli::phoenix::set_const_t< T >::var.
| T util::cli::phoenix::set_const_t< T >::val |
Definition at line 110 of file cmd_option_phoenix.h.
Referenced by util::cli::phoenix::set_const_t< T >::operator()().
| T& util::cli::phoenix::set_const_t< T >::var |
Definition at line 109 of file cmd_option_phoenix.h.
Referenced by util::cli::phoenix::set_const_t< T >::operator()().