i have something like shared_ptr t(makeSomething(), mem_fun(&Type::deleteMe)) i now need to call C styled func that require a pointer to Type. How do i get it from shared_ptr?
|
1
|
|
|
|
|
|
Another way to do it would be to use a combination of the
While personally I'd prefer to use the |
||||||||||
|
|
|
Use the
Make sure that your |
||||
|
