Specialization of NthParameter for when t_N is zero.
Synopsis
Declared in <bslmf_nthparameter.h>
template<
class t_FIRST_PARAM,
class... t_PARAMS>
struct NthParameter<0, t_FIRST_PARAM, t_PARAMS...>;