QuantumLibrary
|
Class allowing lambda parameter captures. More...
#include <quantum_capture.h>
Public Member Functions | |
Capture (FUNC &&func, ARGS &&...args) | |
template<typename ... T> | |
int | operator() (T &&...t) |
Class allowing lambda parameter captures.
Bloomberg::quantum::Capture< FUNC, ARGS >::Capture | ( | FUNC && | func, |
ARGS &&... | args | ||
) |
int Bloomberg::quantum::Capture< FUNC, ARGS >::operator() | ( | T &&... | t | ) |