G
GCRhoads
I have some templated functions and I want to write a call wrapper
class for it. I
also want to pass the function object from this class to some
functions that will then call the function (forwarded through my class
object to the real function). I've looked around for sources on how
to do this but I can't find anything. How do you do this? I would
also appreciate any references to good sources about this topic if you
have any.
Thanks for your time.
class for it. I
also want to pass the function object from this class to some
functions that will then call the function (forwarded through my class
object to the real function). I've looked around for sources on how
to do this but I can't find anything. How do you do this? I would
also appreciate any references to good sources about this topic if you
have any.
Thanks for your time.