Insert a null pointer representation into the stream.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
operator<<(std::nullptr_t value);
Return Value
a reference to this stream
Parameters
Name |
Description |
value |
null pointer value |
Created with MrDocs