Stream the integer representing the value of the specified object to the specified stream.
Declared in <bsltf_streamutil.h>
template<
class STREAM,
class ALLOC>
STREAM&
operator<<(
STREAM& stream,
StdAllocTestType<ALLOC> const& object);
reference to stream
| Name | Description |
|---|---|
| stream | output stream to write to |
| object | test type whose identifier is streamed |