![]() |
DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
|
#include <utility>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | dbpp |
Functions | |
template<typename Callable, typename ... Args> | |
decltype(auto) | dbpp::call (Callable &&aCalbl, Args &&... args) |
call function, member function, lambda |