The type of the Nth parameter, computed by recursively stripping off the first parameter until t_N == 0.
Declared in <bslmf_nthparameter.h>
<bslmf_nthparameter.h>
typedef NthParameter<t_N - 1, t_PARAMS...>::Type Type;