I wish to store the return value of boost::bind in an intermediate object
to invoke it at a later time. I only ever see examples which combine
the call to boost:bind with the immediate invocation on the returned
object such as:
#include
I wish to store the return value of boost::bind in an intermediate object
to invoke it at a later time. I only ever see examples which combine
the call to boost:bind with the immediate invocation on the returned
object such as:
#include