Home | History | Annotate | Download | only in ADT

Lines Matching refs:has_rbegin_impl

226 template <typename Ty> class has_rbegin_impl {
242 struct has_rbegin : has_rbegin_impl<typename std::remove_reference<Ty>::type> {