#include <make_copyable.h>
Public Member Functions | |
| CopyableLambda (T func) | |
| template<typename... ArgType> | |
| auto | operator() (ArgType &&... args) const |
Definition at line 17 of file make_copyable.h.
|
inlineexplicit |
Definition at line 19 of file make_copyable.h.
|
inline |