[#absl-RawPtr-0c] = xref:absl.adoc[absl]::RawPtr :relfileprefix: ../ :mrdocs: Extract the raw pointer from a null pointer. == Synopsis Declared in `<absl/memory/memory.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::nullptr_t RawPtr(std::nullptr_t ptr); ---- == Return Value `nullptr`. == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | The null pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#