![]() |
LeechCraft
0.6.70-10870-g558588d6ec
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 47 of file curry.h.
References LeechCraft::Util::oral::sph::f.
|
inline |