![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
#include "curry.h"
Public Member Functions | |
| CurryImpl (F f, const std::tuple< PrevArgs... > &prev) | |
| template<typename T > | |
| auto | operator() (const T &arg) const -> decltype(invoke(arg, 0)) |
|
inline |
Definition at line 48 of file curry.h.
References LeechCraft::Util::Invoke(), and LeechCraft::Util::CurryImpl< F, PrevArgs >::operator()().
Here is the call graph for this function:
|
inline |
Definition at line 98 of file curry.h.
Referenced by LeechCraft::Util::CurryImpl< F, PrevArgs >::CurryImpl().
Here is the caller graph for this function: