BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::Switch4< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3 > Struct Template Reference

#include <bslmf_switch.h>

Public Types

typedef Nil Type
 

Detailed Description

template<size_t t_SWITCH_SELECTOR, class t_T0, class t_T1, class t_T2, class t_T3>
struct bslmf::Switch4< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3 >

This meta-function, parameterized by an integral t_SWITCH_SELECTOR and exactly four types t_T0 up to t_T3, offers functionality identical to Switch<t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3>.

Member Typedef Documentation

◆ Type

template<size_t t_SWITCH_SELECTOR, class t_T0 , class t_T1 , class t_T2 , class t_T3 >
typedef Nil bslmf::Switch4< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3 >::Type

The documentation for this struct was generated from the following file: