BloombergLP::bslmf::Switch3

switch meta-function among three types.

Synopsis

Declared in <bslmf_switch.h>

template<
    size_t t_SWITCH_SELECTOR,
    class t_T0,
    class t_T1,
    class t_T2>
using Switch3 = Switch<t_SWITCH_SELECTOR, t_T0, t_T1, t_T2>;