Extract the raw pointer from a null pointer.
Synopsis
Declared in <absl/memory/memory.h>
std::nullptr_t
RawPtr(std::nullptr_t ptr);
Return Value
nullptr.
Parameters
Name |
Description |
ptr |
The null pointer. |
Created with MrDocs