type
<cstddef>
nullptr_ttypedef decltype(nullptr) nullptr_t;
Null pointer type (C++)
Type of the null pointer constantnullptr
.
This type can only take one value: nullptr
, which when converted to a pointer type takes the proper null pointer value.
Even though nullptr_t it is not a keyword, it identifies a distinct fundamental type: the type of nullptr
. As such, it participates in overload resolution as a different type.
This type is only defined for C++ (since C++11).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4