KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::ValueTypeWrapper< has_value_type_member, T > Class Template Reference

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.
 

Detailed Description

template<bool has_value_type_member, typename T>
class kamping::internal::ValueTypeWrapper< has_value_type_member, T >

Wrapper to get the value type of a non-container type (aka the type itself).

Template Parameters
has_value_type_memberWhether T has a value_type member
TThe type to get the value_type of

The documentation for this class was generated from the following file: