Antares Simulator
Power System Simulator
|
#include <concurrency.h>
Public Member Functions | |
CopyableCallable (const std::shared_ptr< T > &functionObject) | |
void | operator() () |
Utility class to wrap a callable object pointer into a copyable callable object.
T | the underlying callable type |