LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
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