Searched refs:__remove_pointer_t (Results 1 – 4 of 4) sorted by relevance
28 using __remove_pointer_t = typename remove_pointer<_Tp>::type; variable31 using __remove_pointer_t = __remove_pointer(_Tp); variable43 using __remove_pointer_t = typename remove_pointer<_Tp>::type;48 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");
160 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),162 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
131 class _UnqualPtrType = __remove_const_t<__remove_pointer_t<_DS> >,