You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Tries to convert the given C++ type to its corresponding MPI_Datatype.
36
-
* @details The definition is marked as **deleted** if `T` isn't representable as [`MPI_Datatype`](https://www.mpi-forum.org/docs/mpi-2.2/mpi22-report/node44.htm).
37
+
* @details The definition is marked as **deleted** if `T` isn't representable as [`MPI_Datatype`](https://www.mpi-forum.org/docs/mpi-2.2/mpi22-report/node44.htm) or an enum.
37
38
* @tparam T the type to convert to a MPI_Datatype
38
39
* @return the corresponding MPI_Datatype (`[[nodiscard]]`)
0 commit comments