c++ Programming Glossary: info.arg_type
Using boost::bind with boost::function: retrieve binded variable type http://stackoverflow.com/questions/7893768/using-boostbind-with-boostfunction-retrieve-binded-variable-type info info.func std bind MyClass foo1 this MyClass _myInt info.arg_type int _myVector.push_back info info.func std bind MyClass foo2.. info.func std bind MyClass foo2 this MyClass _myDouble info.arg_type double _myVector.push_back info void MyClass execute char param.. call_info info _myVector 0 std stringstream conv param if info.arg_type int conv _myInt else if info.arg_type double conv _myDouble..
|