Searched refs:__is_reference_wrapper_impl (Results 1 – 1 of 1) sorted by relevance
24 template <class _Tp> struct __is_reference_wrapper_impl : public false_type {}; struct25 template <class _Tp> struct __is_reference_wrapper_impl<reference_wrapper<_Tp> > : public true_type…27 : public __is_reference_wrapper_impl<__remove_cv_t<_Tp> > {};