Insert a null pointer representation into this stream.
Synopsis
Declared in <bslstl_osyncstream.h>
Base&
operator<<(decltype(nullptr) value);
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
value |
null pointer value |
Created with MrDocs