Searched defs:same_type (Results 1 – 3 of 3) sorted by relevance
6 template<typename T> struct same_type<T, T> {}; struct
9 template<typename T> struct same_type<T, T> {}; struct
55 struct same_type { static const bool value = false; }; argument57 struct same_type<T, T> { static const bool value = true; }; argument