Searched defs:if_c (Results 1 – 5 of 5) sorted by relevance
34 struct if_c struct36 typedef T1 type;43 struct if_c<false,T1,T2> struct45 typedef T2 type;
37 struct if_c struct39 typedef T1 type;43 struct if_c<false,T1,T2> struct45 typedef T2 type;
59 struct if_c struct61 typedef T1 type;65 struct if_c<false,T1,T2> struct67 typedef T2 type;
3 if_c title
4 template<bool C> struct if_c { }; struct