KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::PrependParameterType< ptype, Tuple > Struct Template Reference

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)... >.
 

Detailed Description

template<ParameterType ptype, typename Tuple>
struct kamping::internal::PrependParameterType< ptype, Tuple >

Template class to prepend the ParameterTypeEntry<ParameterType::ptype> type to a given std::tuple.

Template Parameters
ptypeParameterType to prepend
TupleAn std::tuple.

Member Typedef Documentation

◆ type

Initial value:
typename PrependType<std::integral_constant<internal::ParameterType, ptype>, Tuple>::
type

Concatenated tuple, i.e. type = std::tuple<TypeToPrepend, (Type contained in Tuple)... >.


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