mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 16:36:03 +08:00
17 lines
250 B
Markdown
17 lines
250 B
Markdown
---
|
|
title: "nullptr"
|
|
---
|
|
|
|
{{< callout type="info">}}
|
|
Header: `nullptr.h`
|
|
Since: `TBC`
|
|
{{< /callout >}}
|
|
|
|
Defines `ETL_NULLPTR` as either `nullptr` or `NULL`, dependent on the compiler support.
|
|
|
|
---
|
|
|
|
Defines `etl::nullptr_t`
|
|
From: `20.39.0`
|
|
|