Home
last modified time | relevance | path

Searched defs:same_or_not (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/lambda/
Dif.hpp255 struct same_or_not { struct
256 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> { struct
268 typedef A type;