template <typename W, typename T>
class ScopedLambda
Defined at line 14 of file ../../src/lib/callback/scoped_callback.h
Public Methods
void ScopedLambda<W, T> (W witness, T function)
Defined at line 16 of file ../../src/lib/callback/scoped_callback.h
template <typename... ArgType>
void operator() (ArgType &&... args)
Defined at line 20 of file ../../src/lib/callback/scoped_callback.h
template <typename... ArgType>
void operator() (ArgType &&... args)
Defined at line 27 of file ../../src/lib/callback/scoped_callback.h