Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::Switch9< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_T7, t_T8 > Struct Template Reference

#include <bslmf_switch.h>

List of all members.

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, class t_T4, class t_T5, class t_T6, class t_T7, class t_T8>
struct bslmf::Switch9< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_T7, t_T8 >

This meta-function, parameterized by an integral t_SWITCH_SELECTOR and exactly nine types t_T0 up to t_T8, offers functionality identical to 'Switch<t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_T7, t_T8>'.

See Component bslmf_switch


Member Typedef Documentation

template<size_t t_SWITCH_SELECTOR, class t_T0 , class t_T1 , class t_T2 , class t_T3 , class t_T4 , class t_T5 , class t_T6 , class t_T7 , class t_T8 >
typedef Nil bslmf::Switch9< t_SWITCH_SELECTOR, t_T0, t_T1, t_T2, t_T3, t_T4, t_T5, t_T6, t_T7, t_T8 >::Type

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