¡@

Home 

c++ Programming Glossary: another_method

convert std::bind to function pointer

http://stackoverflow.com/questions/13238050/convert-stdbind-to-function-pointer

SomeStruct int data void some_method cout data endl void another_method cout data endl int main SomeStruct local 11 22 33 test get_wrapper.. local 0 test get_wrapper 1 boost bind SomeStruct another_method local 0 test get_wrapper 2 boost bind SomeStruct some_method.. local 1 test get_wrapper 3 boost bind SomeStruct another_method local 1 test get_wrapper 4 boost bind SomeStruct some_method..