|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
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 |