3

Why the pointer of member function so special.

trying make a non-template class that like std::function but simpler:
1. wrap static function pointer.
2. wrap class member function pointer and the class object pointer.
3. WITHOUT ALLOCATE MEMORY.

I can't store member function pointer because the size is undefined?!

Comments
Add Comment