Insert a pointer value into the stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
operator<<(void const* value);

Return Value

a reference to this stream

Parameters

Name

Description

value

pointer to insert

Created with MrDocs