Stream the integer representing the value of the specified object to the specified stream.
Synopsis
Declared in <bsltf_streamutil.h>
template<class STREAM>
STREAM&
operator<<(
STREAM& stream,
EnumeratedTestType::Enum const& object);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream to write to |
object |
test type whose identifier is streamed |
Created with MrDocs