BloombergLP::bslmf::NthParameter<0, t_FIRST_PARAM, t_PARAMS...>

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...>;

Type Aliases

NameDescription
Type The type of the 0th parameter.