Searched defs:conditional_t (Results 1 – 1 of 1) sorted by relevance
5227 using conditional_t = typename conditional<_Cond, _Iftrue, _Iffalse>::type; typedef44313 using conditional_t = typename mozilla::Conditional<B, T, F>::Type; typedef