QuantumLibrary
Bloomberg::quantum::Function< RET, ARGS > Class Template Reference

Similar implementation to std::function except that it allows capture of non-copyable types. More...

#include <quantum_capture.h>

Detailed Description

template<typename RET, typename ... ARGS>
class Bloomberg::quantum::Function< RET, ARGS >

Similar implementation to std::function except that it allows capture of non-copyable types.

Note
For internal use only.