KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Wrapper to get the value type of a non-container type (aka the type itself). More...
#include <data_buffer.hpp>
Public Types | |
using | value_type = T |
The value type of T. | |
Wrapper to get the value type of a non-container type (aka the type itself).
has_value_type_member | Whether T has a value_type member |
T | The type to get the value_type of |