switch meta‐function among two types.
Synopsis
Declared in <bslmf_switch.h>
template<
size_t t_SWITCH_SELECTOR,
class t_T0,
class t_T1>
using Switch2 = Switch<t_SWITCH_SELECTOR, t_T0, t_T1>;
Created with MrDocs