|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
A wrapper around a functor F that makes it callable using the call method.
More...
#include <flatten.hpp>
Public Member Functions | |
| template<typename... Args> | |
| auto | call (Args &&... args) |
| Calls the wrapped functor with the given arguments. | |
Public Attributes | |
| F | f |
| The functor to wrap. | |
A wrapper around a functor F that makes it callable using the call method.