BloombergLP::bslmf::Switch<6U, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_TYPES...>

This specialization of Switch for a value of 6 of the parameterized t_SWITCH_SELECTOR selects the parameterized t_T6 as Type.

Synopsis

Declared in <bslmf_switch.h>

template<
    class t_T0,
    class t_T1,
    class t_T2,
    class t_T3,
    class t_T4,
    class t_T5,
    class t_T6,
    class... t_TYPES>
struct Switch<6U, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_TYPES...>;

Type Aliases

NameDescription
Type This typedef is an alias to the parameterized t_T6.