![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include <functional>
Include dependency graph for functional.h:Go to the source code of this file.
Namespaces | |
| LeechCraft | |
| LeechCraft::Util | |
Functions | |
| template<typename R , typename T , typename... Args> | |
| std::function< R(Args...)> | LeechCraft::Util::BindMemFn (R(T::*fn)(Args...), T *c) |
| Binds an instance of an object to its member function. More... | |