Searched refs:__bounded_convertible_to_unbounded (Results 1 – 1 of 1) sorted by relevance
347 struct __bounded_convertible_to_unbounded : false_type {}; struct350 struct __bounded_convertible_to_unbounded<_Up[_Np], _Tp> : is_same<__remove_cv_t<_Tp>, _Up[]> {};353 struct __compatible_with : _Or< is_convertible<_Yp*, _Tp*>, __bounded_convertible_to_unbounded<_Yp,…