Zen
A cross-platform functional programming language
|
Partial template struct specialization to call a callback function with int value. More...
#include <CmdLine.hpp>
Static Public Member Functions | |
static void | call (const z::string &str, ObjT &(ObjT::*fn)(const int &val), ObjT &obj) |
Function to call a callback function. |
Partial template struct specialization to call a callback function with int value.
static void call | ( | const z::string & | str, |
ObjT &(ObjT::*)(const int &val) | fn, | ||
ObjT & | obj | ||
) | [inline, static] |
Function to call a callback function.
str | The string value |
fn | Function to call |
obj | Object whose method to call |