KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Predicate to check whether a buffer provided to make_mpi_result() shall be discard or returned in the result object. More...
#include <result.hpp>
Static Public Member Functions | |
template<typename BufferType > | |
static constexpr bool | discard () |
Discard function to check whether a buffer provided to make_mpi_result() shall be discard or returned in the result object. call. | |
Predicate to check whether a buffer provided to make_mpi_result() shall be discard or returned in the result object.
|
inlinestaticconstexpr |
Discard function to check whether a buffer provided to make_mpi_result() shall be discard or returned in the result object. call.
BufferType | BufferType to be checked. |
True
(i.e. discard) iff Arg's parameter_type is sparse_send_buf
, on_message
or destination
. < Predicate which Head has to fulfill to be kept.