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

Wrapper to get a tuple of std::integral_constant for each kamping::internal::ParameterType of the parameters. More...

#include <named_parameter_check.hpp>

Public Types

using type
 Type of the tuple.
 

Detailed Description

template<typename... Parameters>
struct kamping::internal::parameters_to_integral_constant< Parameters >

Wrapper to get a tuple of std::integral_constant for each kamping::internal::ParameterType of the parameters.

Template Parameters
ParametersPassed parameters for which the kamping::internal::ParameterType are extracted as std::integral_constant in a tuple.

Member Typedef Documentation

◆ type

template<typename... Parameters>
using kamping::internal::parameters_to_integral_constant< Parameters >::type
Initial value:
decltype(std::tuple_cat(
))
std::integral_constant< ParameterType, T > type
kamping::internal::ParameterType as std::integral_constant.
Definition named_parameter_check.hpp:351

Type of the tuple.


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