KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
Loading...
Searching...
No Matches
scoped_datatype.hpp File Reference

RAII wrapper that commits an MPI_Datatype on construction and frees it on destruction. More...

#include <utility>
#include <mpi.h>
#include "kamping/kassert/kassert.hpp"
Include dependency graph for scoped_datatype.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kamping::types::ScopedDatatype
 RAII wrapper that commits an MPI_Datatype on construction and frees it on destruction. More...
 

Detailed Description

RAII wrapper that commits an MPI_Datatype on construction and frees it on destruction.