PikaScript
|
bound_mem_fun_t is a member functor bound to a specific C++ object through a pointer. More...
#include <PikaScript.h>
bound_mem_fun_t is a member functor bound to a specific C++ object through a pointer.
You may use this class instead of "manually" binding a std::mem_fun functor to an object. Besides being more convenient, this class solves a problem in some STL implementations that prevents you from having reference arguments in the functor.
You would normally use the helper function bound_mem_fun() to automatically instantiate the correct template.
Definition at line 102 of file PikaScript.h.