KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
std::tuple_size< kamping::MPIResult< Args... > > Struct Template Reference

Specialization of the std::tuple_size for kamping::MPIResult. Part of the structured binding machinery. More...

#include <result.hpp>

Static Public Attributes

static constexpr size_t value = sizeof...(Args)
 Number of data buffers in the kamping::MPIResult.
 

Detailed Description

template<typename... Args>
struct std::tuple_size< kamping::MPIResult< Args... > >

Specialization of the std::tuple_size for kamping::MPIResult. Part of the structured binding machinery.

Template Parameters
ArgsAutomatically deducted template parameters.

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