Searched refs:__remove_pointer_t (Results 1 – 4 of 4) sorted by relevance
27 using __remove_pointer_t = __remove_pointer(_Tp); variable36 using __remove_pointer_t = typename remove_pointer<_Tp>::type;40 template <class _Tp> using remove_pointer_t = __remove_pointer_t<_Tp>;
148 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),150 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
1771 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");1778 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");1785 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");1792 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
144 __remove_const_t<__remove_pointer_t<_DS> >,