48 operator const T*()
const {
49 return reinterpret_cast<const T*
>(MPI_IN_PLACE);
54 return reinterpret_cast<T*
>(MPI_IN_PLACE);
Global namespace for MeDiPack - Message Differentiation Package.
Definition adjointInterface.hpp:37
const AMPI_IN_PLACE_IMPL AMPI_IN_PLACE
This structure is able to be cast to any type.
Definition ampi.cpp:40
Implementation of the MPI_IN_PLACE structure.
Definition inPlace.hpp:43
AMPI_IN_PLACE_IMPL()
Definition inPlace.hpp:45