Specialization of NthParameter for when t_N is zero.
Declared in <bslmf_nthparameter.h>
template<
class t_FIRST_PARAM,
class... t_PARAMS>
struct NthParameter<0, t_FIRST_PARAM, t_PARAMS...>;
| Name | Description |
|---|---|
Type | The type of the 0th parameter. |