BDE 4.14.0 Production release
|
#include <bslmf_nthparameter.h>
Public Types | |
typedef NthParameter< t_N-1, t_PARAMS... >::Type | Type |
Metafunction to compute the specified t_N
th element of the specified t_PARAMS
template parameter pack. The Type
nested typedef will match the t_N
th element of t_PARAMS
, where t_N
is zero-based (so that an t_N
of zero corresponds to the first parameter.
typedef NthParameter<t_N-1,t_PARAMS...>::Type bslmf::NthParameter< t_N, t_FIRST_PARAM, t_PARAMS >::Type |
The type of the Nth parameter, computed by recursively stripping off the first parameter until t_N == 0.