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

Wrapper to get an std::integral_constant for a kamping::internal::ParameterType. More...

#include <named_parameter_check.hpp>

Public Types

using type = std::integral_constant<ParameterType, T>
 kamping::internal::ParameterType as std::integral_constant.
 

Detailed Description

template<ParameterType T>
struct kamping::internal::parameter_type_to_integral_constant< T >

Wrapper to get an std::integral_constant for a kamping::internal::ParameterType.

Template Parameters
Tkamping::internal::ParameterType that is converted to an std::integral_constant.

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