http://www.codeproject.com/KB/cpp/fastdelegate2.aspx
In the second paragraf of the introduction in the above article it says: "This is due to the expensive heap memory allocation that is required to store the member function and the bound object on which member function call is made." .. I dont get this? Does it actualy have to copy and store the object and the member function? Doesn't it only store the address of the member function?
matrix->Invert()inverts one specific matrix, so it has to know which matrix to operate on. – David Thornley Apr 19 '11 at 17:38