Searched defs:RefOrVoid (Results 1 – 1 of 1) sorted by relevance
170 struct RefOrVoid { typedef T& type; }; struct173 struct RefOrVoid<void>{ typedef void type; }; struct176 struct RefOrVoid<const void>{ typedef const void type; }; struct179 struct RefOrVoid<volatile void>{ typedef volatile void type; }; struct182 struct RefOrVoid<const volatile void>{ typedef const volatile void type; }; struct