dune-common 2.9.1
|
#include <dune/common/parallel/mpidata.hh>
Public Member Functions | |
void * | ptr () |
int | size () |
MPI_Datatype | type () const |
template<class S = T> | |
auto | resize (int size) -> std::enable_if_t<!std::is_const< S >::value||!Std::is_detected_v< hasResizeOp, S > > |
Static Public Attributes | |
static constexpr bool | static_size = std::is_const<T>::value || !Std::is_detected_v<hasResizeOp, T> |
Protected Member Functions | |
MPIData (T &t) | |
Protected Attributes | |
T & | data_ |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
staticconstexpr |