This specialization of Switch for a value of 0 of the parameterized t_SWITCH_SELECTOR selects the parameterized t_T0 as Type.
Declared in <bslmf_switch.h>
template<
class t_T0,
class... t_TYPES>
struct Switch<0U, t_T0, t_TYPES...>;
| Name | Description |
|---|---|
Type | This typedef is an alias to the parameterized t_T0. |