KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::PoolAnyResult< IndexType, StatusType > Struct Template Reference

Result returned by RequestPool::wait_any() More...

#include <request_pool.hpp>

Public Attributes

IndexType index
 The index of the completed operation. RequestPool::index_end() if there were no active requests.
 
StatusType status
 The status of the complete operation.
 

Detailed Description

template<typename IndexType, typename StatusType>
struct kamping::PoolAnyResult< IndexType, StatusType >

Result returned by RequestPool::wait_any()

Template Parameters
IndexTypeType of the stored Index.
StatusTypeType of the status object.

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