|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
Object encapsulating a gather operation on a given range of objects. More...
#include <measurement_utils.hpp>
Static Public Member Functions | |
| template<typename Container > | |
| static decltype(auto) | compute (Container &&container) |
| Forwards input container. | |
| static std::string | operation_name () |
| Returns operation's name. | |
Object encapsulating a gather operation on a given range of objects.
|
inlinestatic |
Forwards input container.
| Container | Type of container storing the objects. |
| container | Container storing objects which is forward. |
|
inlinestatic |
Returns operation's name.