11template <
class Obj,
class ObjMemberFn,
typename... Args>
12auto WrapFunc(Obj* obj, ObjMemberFn&& fn, Args&&... args);
39 template <
typename... T>
46#include "smgl/UtilitiesImpl.hpp"
Project top-level namespace.
auto WrapFunc(Obj *obj, ObjMemberFn &&fn, Args &&... args)
Wrap a member function w/ arguments into a lambda function.
Helper class for calling function iteratively on parameter pack.