BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslmf::Switch2< t_SWITCH_SELECTOR, t_T0, t_T1 > Struct Template Reference

#include <bslmf_switch.h>

Detailed Description

template<size_t t_SWITCH_SELECTOR, class t_T0, class t_T1>
struct bslmf::Switch2< t_SWITCH_SELECTOR, t_T0, t_T1 >

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

See bslmf_switch

Public Types

typedef Nil Type
 

Member Typedef Documentation

◆ Type

template<size_t t_SWITCH_SELECTOR, class t_T0 , class t_T1 >
typedef Nil bslmf::Switch2< t_SWITCH_SELECTOR, t_T0, t_T1 >::Type

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