KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::PrependType< Head, std::tuple< Tail... > > Struct Template Reference

Specialization of a class template used to preprend a type to a given std::tuple. More...

#include <named_parameter_filtering.hpp>

Public Types

using type = std::tuple<Head, Tail...>
 tuple with prepended Head type.
 

Detailed Description

template<typename Head, typename... Tail>
struct kamping::internal::PrependType< Head, std::tuple< Tail... > >

Specialization of a class template used to preprend a type to a given std::tuple.

Template Parameters
HeadType to prepend to the std::tuple.
TailTypes contained in the std::tuple.

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