KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::CallableWrapper< F > Struct Template Reference

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.
 

Detailed Description

template<typename F>
struct kamping::internal::CallableWrapper< F >

A wrapper around a functor F that makes it callable using the call method.


The documentation for this struct was generated from the following file: