LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LeechCraft::Util::CurryImpl< F, PrevArgs > Member List

This is the complete list of members for LeechCraft::Util::CurryImpl< F, PrevArgs >, including all inherited members.

CurryImpl(F f, const std::tuple< PrevArgs...> &prev)LeechCraft::Util::CurryImpl< F, PrevArgs >inline
operator()(const T &arg) const -> decltype(invoke(arg, 0))LeechCraft::Util::CurryImpl< F, PrevArgs >inline