KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Template class to prepend the ParameterTypeEntry<ParameterType::ptype> type to a given std::tuple. More...
#include <result.hpp>
Public Types | |
using | type |
Concatenated tuple, i.e. type = std::tuple<TypeToPrepend, (Type contained in Tuple)... >. | |
Template class to prepend the ParameterTypeEntry<ParameterType::ptype> type to a given std::tuple.
ptype | ParameterType to prepend |
Tuple | An std::tuple. |
using kamping::internal::PrependParameterType< ptype, Tuple >::type |
Concatenated tuple, i.e. type = std::tuple<TypeToPrepend, (Type contained in Tuple)... >.