Searched refs:__remove_pointer_t (Results 1 – 4 of 4) sorted by relevance
27 using __remove_pointer_t = __remove_pointer(_Tp); variable38 using __remove_pointer_t = typename remove_pointer<_Tp>::type;43 using remove_pointer_t = __remove_pointer_t<_Tp>;
85 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");91 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");97 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");103 … static_assert(!is_function<__remove_pointer_t<_Tp> >::value, "Pointer to function isn't allowed");
161 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),163 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
133 class _UnqualPtrType = __remove_const_t<__remove_pointer_t<_DS> >,