Variable t8_mesh_handle::T8MPISafeType

Variable Documentation

template<typename TType> concept t8_mesh_handle::T8MPISafeType   = std::is_void_v<TType> || (std::is_trivially_copyable_v<TType> && std::is_standard_layout_v<TType>)

Concept to ensure that a type is MPI safe.

Template Parameters:

TType – Type that should be checked to be MPI safe.