Searched refs:Type3Helper (Results 1 – 2 of 2) sorted by relevance
14 template <boolTy T> struct Type3Helper;15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; argument16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};
14 template <boolTy T> struct Type3Helper;15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; struct16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};