KaMPIng 0.1.2
Flexible and (near) zero-overhead C++ bindings for MPI
|
Trait struct used to determine the underlying type and value of the parameter type of an std::integral_constant wrapping a parameter type. (This is a building block to enable plugins to have their own named parameters). More...
#include <named_parameter_selection.hpp>
Public Types | |
using | type = T |
Type of the underlying parameter type. | |
Static Public Attributes | |
static constexpr type | value = v |
Value of the underlying parameter type. | |
Trait struct used to determine the underlying type and value of the parameter type of an std::integral_constant wrapping a parameter type. (This is a building block to enable plugins to have their own named parameters).
T | Type of the parameter type. |
v | Value of the parameter type. |