إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Tests if type is std::nullptr_t.
Syntax
template <class T>
struct is_null_pointer;
Parameters
T
The type to query.
Remarks
An instance of the type predicate holds true if the type T is std::nullptr_t, otherwise it holds false.
Requirements
Header: <type_traits>
Namespace: std