KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
Loading...
Searching...
No Matches
kamping::measurements::internal::Gather Struct Reference

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(autocompute (Container &&container)
 Forwards input container.
 
static std::string operation_name ()
 Returns operation's name.
 

Detailed Description

Object encapsulating a gather operation on a given range of objects.

Member Function Documentation

◆ compute()

template<typename Container >
static decltype(auto) kamping::measurements::internal::Gather::compute ( Container && container)
inlinestatic

Forwards input container.

Template Parameters
ContainerType of container storing the objects.
Parameters
containerContainer storing objects which is forward.
Returns
Forwarded container.

◆ operation_name()

static std::string kamping::measurements::internal::Gather::operation_name ( )
inlinestatic

Returns operation's name.

Returns
Operations name.

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