Searched defs:same_or_not (Results 1 – 1 of 1) sorted by relevance
255 struct same_or_not { struct256 typedef typename detail::remove_reference_and_cv<A>::type plainA;257 typedef typename detail::remove_reference_and_cv<B>::type plainB;264 B>::type type;267 template <class A> struct same_or_not<A, A> { struct268 typedef A type;